flc_lease 265 fs/locks.c INIT_LIST_HEAD(&ctx->flc_lease); flc_lease 297 fs/locks.c !list_empty(&ctx->flc_lease))) { flc_lease 303 fs/locks.c locks_dump_ctx_list(&ctx->flc_lease, "LEASE"); flc_lease 1547 fs/locks.c list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { flc_lease 1583 fs/locks.c list_for_each_entry(fl, &ctx->flc_lease, fl_list) { flc_lease 1639 fs/locks.c list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) { flc_lease 1657 fs/locks.c if (list_empty(&ctx->flc_lease)) flc_lease 1667 fs/locks.c fl = list_first_entry(&ctx->flc_lease, struct file_lock, fl_list); flc_lease 1724 fs/locks.c if (ctx && !list_empty_careful(&ctx->flc_lease)) { flc_lease 1726 fs/locks.c fl = list_first_entry_or_null(&ctx->flc_lease, flc_lease 1770 fs/locks.c if (ctx && !list_empty_careful(&ctx->flc_lease)) { flc_lease 1774 fs/locks.c list_for_each_entry(fl, &ctx->flc_lease, fl_list) { flc_lease 1883 fs/locks.c list_for_each_entry(fl, &ctx->flc_lease, fl_list) { flc_lease 1916 fs/locks.c locks_insert_lock_ctx(lease, &ctx->flc_lease); flc_lease 1963 fs/locks.c list_for_each_entry(fl, &ctx->flc_lease, fl_list) { flc_lease 2756 fs/locks.c if (list_empty(&ctx->flc_lease)) flc_lease 2761 fs/locks.c list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, fl_list) flc_lease 2793 fs/locks.c locks_check_ctx_file_list(filp, &ctx->flc_lease, "LEASE"); flc_lease 2953 fs/locks.c __show_fd_locks(f, &ctx->flc_lease, &id, filp, files); flc_lease 1122 include/linux/fs.h struct list_head flc_lease; flc_lease 2436 include/linux/fs.h if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) flc_lease 2450 include/linux/fs.h if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease)) flc_lease 2480 include/linux/fs.h if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease))