Home
last modified time | relevance | path

Searched refs:flc_posix (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/fs/lockd/
Dsvcsubs.c171 if (!flctx || list_empty_careful(&flctx->flc_posix)) in nlm_traverse_locks()
176 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_traverse_locks()
235 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in nlm_file_inuse()
237 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_file_inuse()
/Linux-v5.4/fs/
Dlocks.c264 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context()
296 !list_empty(&ctx->flc_posix) || in locks_check_ctx_lists()
302 locks_dump_ctx_list(&ctx->flc_posix, "POSIX"); in locks_check_ctx_lists()
936 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
942 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
1146 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1181 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1187 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1391 if (!ctx || list_empty_careful(&ctx->flc_posix)) in locks_mandatory_locked()
1399 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in locks_mandatory_locked()
[all …]
/Linux-v5.4/fs/ceph/
Dlocks.c343 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks()
407 list_for_each_entry(lock, &ctx->flc_posix, fl_list) { in ceph_encode_locks_to_buffer()
/Linux-v5.4/fs/nfs/
Dwrite.c1218 !(list_empty_careful(&flctx->flc_posix) && in nfs_flush_incompatible()
1327 list_empty_careful(&flctx->flc_posix))) in nfs_can_extend_write()
1333 if (!list_empty(&flctx->flc_posix)) { in nfs_can_extend_write()
1334 fl = list_first_entry(&flctx->flc_posix, struct file_lock, in nfs_can_extend_write()
Ddelegation.c116 list = &flctx->flc_posix; in nfs_delegation_claim_locks()
128 if (list == &flctx->flc_posix) { in nfs_delegation_claim_locks()
Dnfs4state.c1502 list = &flctx->flc_posix; in nfs4_reclaim_locks()
1544 if (list == &flctx->flc_posix) { in nfs4_reclaim_locks()
Dpagelist.c937 !(list_empty_careful(&flctx->flc_posix) && in nfs_can_coalesce_requests()
/Linux-v5.4/fs/cifs/
Dfile.c1263 list_for_each(el, &flctx->flc_posix) { in cifs_push_posix_locks()
1286 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { in cifs_push_posix_locks()
/Linux-v5.4/include/linux/
Dfs.h1120 struct list_head flc_posix; member
/Linux-v5.4/fs/nfsd/
Dnfs4state.c6805 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in check_for_locks()
6807 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in check_for_locks()