Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dsvcsubs.c170 if (!flctx || list_empty_careful(&flctx->flc_posix)) in nlm_traverse_locks()
175 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_traverse_locks()
234 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in nlm_file_inuse()
236 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_file_inuse()
/Linux-v4.19/fs/
Dlocks.c222 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context()
254 !list_empty(&ctx->flc_posix) || in locks_check_ctx_lists()
260 locks_dump_ctx_list(&ctx->flc_posix, "POSIX"); in locks_check_ctx_lists()
820 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
826 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
1026 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1055 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1061 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1266 if (!ctx || list_empty_careful(&ctx->flc_posix)) in locks_mandatory_locked()
1274 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in locks_mandatory_locked()
[all …]
/Linux-v4.19/fs/ceph/
Dlocks.c353 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks()
417 list_for_each_entry(lock, &ctx->flc_posix, fl_list) { in ceph_encode_locks_to_buffer()
/Linux-v4.19/fs/nfs/
Dwrite.c1210 !(list_empty_careful(&flctx->flc_posix) && in nfs_flush_incompatible()
1301 list_empty_careful(&flctx->flc_posix))) in nfs_can_extend_write()
1307 if (!list_empty(&flctx->flc_posix)) { in nfs_can_extend_write()
1308 fl = list_first_entry(&flctx->flc_posix, struct file_lock, in nfs_can_extend_write()
Ddelegation.c107 list = &flctx->flc_posix; in nfs_delegation_claim_locks()
119 if (list == &flctx->flc_posix) { in nfs_delegation_claim_locks()
Dpagelist.c916 !(list_empty_careful(&flctx->flc_posix) && in nfs_can_coalesce_requests()
Dnfs4state.c1501 list = &flctx->flc_posix; in nfs4_reclaim_locks()
1542 if (list == &flctx->flc_posix) { in nfs4_reclaim_locks()
/Linux-v4.19/fs/cifs/
Dfile.c1210 list_for_each(el, &flctx->flc_posix) { in cifs_push_posix_locks()
1233 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { in cifs_push_posix_locks()
/Linux-v4.19/include/linux/
Dfs.h1062 struct list_head flc_posix; member
/Linux-v4.19/fs/nfsd/
Dnfs4state.c6331 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in check_for_locks()
6333 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in check_for_locks()