Home
last modified time | relevance | path

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

/Linux-v6.1/fs/lockd/
Dsvcsubs.c213 if (!flctx || list_empty_careful(&flctx->flc_posix)) in nlm_traverse_locks()
218 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_traverse_locks()
270 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in nlm_file_inuse()
272 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_file_inuse()
/Linux-v6.1/fs/
Dlocks.c188 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context()
220 !list_empty(&ctx->flc_posix) || in locks_check_ctx_lists()
226 locks_dump_ctx_list(&ctx->flc_posix, "POSIX"); in locks_check_ctx_lists()
318 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in locks_owner_has_blockers()
895 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
902 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
1119 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1165 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1171 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode()
2565 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix()
[all …]
/Linux-v6.1/fs/ceph/
Dlocks.c370 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks()
434 list_for_each_entry(lock, &ctx->flc_posix, fl_list) { in ceph_encode_locks_to_buffer()
/Linux-v6.1/fs/nfs/
Dwrite.c1207 !(list_empty_careful(&flctx->flc_posix) && in nfs_flush_incompatible()
1334 list_empty_careful(&flctx->flc_posix))) in nfs_can_extend_write()
1340 if (!list_empty(&flctx->flc_posix)) { in nfs_can_extend_write()
1341 fl = list_first_entry(&flctx->flc_posix, struct file_lock, in nfs_can_extend_write()
Ddelegation.c156 list = &flctx->flc_posix; in nfs_delegation_claim_locks()
168 if (list == &flctx->flc_posix) { in nfs_delegation_claim_locks()
Dnfs4state.c1510 list = &flctx->flc_posix; in nfs4_reclaim_locks()
1552 if (list == &flctx->flc_posix) { in nfs4_reclaim_locks()
Dpagelist.c1060 !(list_empty_careful(&flctx->flc_posix) && in nfs_coalesce_size()
/Linux-v6.1/fs/ksmbd/
Dvfs.c327 if (!ctx || list_empty_careful(&ctx->flc_posix)) in check_lock_range()
331 list_for_each_entry(flock, &ctx->flc_posix, fl_list) { in check_lock_range()
/Linux-v6.1/fs/cifs/
Dfile.c1429 list_for_each(el, &flctx->flc_posix) { in cifs_push_posix_locks()
1452 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { in cifs_push_posix_locks()
/Linux-v6.1/include/linux/
Dfs.h1128 struct list_head flc_posix; member
/Linux-v6.1/fs/nfsd/
Dnfs4state.c7718 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in check_for_locks()
7720 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in check_for_locks()