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

/linux-master/include/linux/
H A Dfilelock.h146 struct list_head flc_lease; member in struct:file_lock_context
425 * taken are done before checking i_flctx->flc_lease. Otherwise, we
430 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease))
439 * taken are done before checking i_flctx->flc_lease. Otherwise, we
444 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease))
474 if (inode->i_flctx && !list_empty_careful(&inode->i_flctx->flc_lease))
/linux-master/fs/
H A Dlocks.c193 INIT_LIST_HEAD(&ctx->flc_lease);
226 !list_empty(&ctx->flc_lease))) {
232 locks_dump_ctx_list(&ctx->flc_lease, "LEASE");
1481 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, c.flc_list) {
1522 list_for_each_entry(flc, &ctx->flc_lease, flc_list) {
1578 list_for_each_entry_safe(fl, tmp, &ctx->flc_lease, c.flc_list) {
1596 if (list_empty(&ctx->flc_lease))
1606 fl = list_first_entry(&ctx->flc_lease, struct file_lease, c.flc_list);
1663 if (ctx && !list_empty_careful(&ctx->flc_lease)) {
1665 flc = list_first_entry_or_null(&ctx->flc_lease,
[all...]
/linux-master/fs/nfsd/
H A Dnfs4state.c5094 return ctx && !list_empty_careful(&ctx->flc_lease);
8826 for_each_file_lock(fl, &ctx->flc_lease) {

Completed in 335 milliseconds