Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfilelock.h133 struct list_head flc_lease; member
359 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_lease()
373 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_deleg()
403 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_layout()
/linux-6.3-rc2/fs/
A Dlocks.c190 INIT_LIST_HEAD(&ctx->flc_lease); in locks_get_lock_context()
222 !list_empty(&ctx->flc_lease))) { in locks_check_ctx_lists()
228 locks_dump_ctx_list(&ctx->flc_lease, "LEASE"); in locks_check_ctx_lists()
1452 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in any_leases_conflict()
1526 if (list_empty(&ctx->flc_lease)) in __break_lease()
1593 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in lease_get_mtime()
1595 fl = list_first_entry_or_null(&ctx->flc_lease, in lease_get_mtime()
1639 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in fcntl_getlease()
1755 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in generic_add_lease()
1788 locks_insert_lock_ctx(lease, &ctx->flc_lease); in generic_add_lease()
[all …]
/linux-6.3-rc2/fs/nfsd/
A Dnfs4state.c4803 return ctx && !list_empty_careful(&ctx->flc_lease); in nfsd4_deleg_present()

Completed in 23 milliseconds