Home
last modified time | relevance | path

Searched refs:flc_lease (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dfilelock.h146 struct list_head flc_lease; member
435 if (!list_empty_careful(&flctx->flc_lease)) in break_lease()
454 if (!list_empty_careful(&flctx->flc_lease)) in break_deleg()
484 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_layout()
/linux/fs/
A Dlocks.c193 INIT_LIST_HEAD(&ctx->flc_lease); in locks_get_lock_context()
226 !list_empty(&ctx->flc_lease))) { in locks_check_ctx_lists()
232 locks_dump_ctx_list(&ctx->flc_lease, "LEASE"); in locks_check_ctx_lists()
1522 list_for_each_entry(flc, &ctx->flc_lease, flc_list) { in any_leases_conflict()
1596 if (list_empty(&ctx->flc_lease)) in __break_lease()
1663 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in lease_get_mtime()
1665 flc = list_first_entry_or_null(&ctx->flc_lease, in lease_get_mtime()
1709 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in fcntl_getlease()
1822 list_for_each_entry(fl, &ctx->flc_lease, c.flc_list) { in generic_add_lease()
1855 locks_insert_lock_ctx(&lease->c, &ctx->flc_lease); in generic_add_lease()
[all …]
/linux/fs/nfsd/
A Dnfs4state.c5161 return ctx && !list_empty_careful(&ctx->flc_lease); in nfsd4_deleg_present()
8902 for_each_file_lock(fl, &ctx->flc_lease) { in nfsd4_deleg_getattr_conflict()

Completed in 34 milliseconds