Searched refs:flc_lease (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ |
D | locks.c | 222 INIT_LIST_HEAD(&ctx->flc_lease); in locks_get_lock_context() 242 WARN_ON_ONCE(!list_empty(&ctx->flc_lease)); in locks_free_lock_context() 1344 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { in time_out_leases() 1370 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in any_leases_conflict() 1425 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { in __break_lease() 1443 if (list_empty(&ctx->flc_lease)) in __break_lease() 1453 fl = list_first_entry(&ctx->flc_lease, struct file_lock, fl_list); in __break_lease() 1504 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in lease_get_mtime() 1506 if (!list_empty(&ctx->flc_lease)) { in lease_get_mtime() 1507 fl = list_first_entry(&ctx->flc_lease, in lease_get_mtime() [all …]
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1016 struct list_head flc_lease; member 2097 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_lease() 2111 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_deleg() 2141 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) in break_layout()
|