Searched refs:flc_lease (Results 1 – 2 of 2) sorted by relevance
159 INIT_LIST_HEAD(&ctx->flc_lease); in locks_get_lock_context()191 !list_empty(&ctx->flc_lease))) { in locks_check_ctx_lists()197 locks_dump_ctx_list(&ctx->flc_lease, "LEASE"); in locks_check_ctx_lists()1380 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in any_leases_conflict()1454 if (list_empty(&ctx->flc_lease)) in __break_lease()1521 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in lease_get_mtime()1523 fl = list_first_entry_or_null(&ctx->flc_lease, in lease_get_mtime()1567 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in fcntl_getlease()1683 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in generic_add_lease()1716 locks_insert_lock_ctx(lease, &ctx->flc_lease); in generic_add_lease()[all …]
1150 struct list_head flc_lease; member2632 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_lease()2646 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_deleg()2676 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_layout()
Completed in 18 milliseconds