Lines Matching refs:flc_lease
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()
1638 if (ctx && !list_empty_careful(&ctx->flc_lease)) { in fcntl_getlease()
1642 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in fcntl_getlease()
1754 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in generic_add_lease()
1787 locks_insert_lock_ctx(lease, &ctx->flc_lease); in generic_add_lease()
1834 list_for_each_entry(fl, &ctx->flc_lease, fl_list) { in generic_delete_lease()
2616 if (list_empty(&ctx->flc_lease)) in locks_remove_lease()
2621 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) in locks_remove_lease()
2653 locks_check_ctx_file_list(filp, &ctx->flc_lease, "LEASE"); in locks_remove_file()
2849 __show_fd_locks(f, &ctx->flc_lease, &id, filp, files); in show_fd_locks()