Searched refs:flc_lease (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/fs/ |
| D | locks.c | 189 INIT_LIST_HEAD(&ctx->flc_lease); in locks_get_lock_context() 221 !list_empty(&ctx->flc_lease))) { in locks_check_ctx_lists() 227 locks_dump_ctx_list(&ctx->flc_lease, "LEASE"); in locks_check_ctx_lists() 1412 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { in time_out_leases() 1451 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in any_leases_conflict() 1507 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { in __break_lease() 1525 if (list_empty(&ctx->flc_lease)) in __break_lease() 1535 fl = list_first_entry(&ctx->flc_lease, struct file_lock, fl_list); in __break_lease() 1592 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in lease_get_mtime() 1594 fl = list_first_entry_or_null(&ctx->flc_lease, in lease_get_mtime() [all …]
|
| /Linux-v6.1/include/linux/ |
| D | fs.h | 1129 struct list_head flc_lease; member 2647 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_lease() 2661 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_deleg() 2691 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_layout()
|
| /Linux-v6.1/fs/nfsd/ |
| D | nfs4state.c | 4763 return ctx && !list_empty_careful(&ctx->flc_lease); in nfsd4_deleg_present()
|