Searched refs:flc_posix (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/fs/lockd/ |
A D | svcsubs.c | 216 if (!flctx || list_empty_careful(&flctx->flc_posix)) in nlm_traverse_locks() 221 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_traverse_locks() 273 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in nlm_file_inuse() 275 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_file_inuse()
|
/linux-6.3-rc2/fs/ |
A D | locks.c | 189 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context() 221 !list_empty(&ctx->flc_posix) || in locks_check_ctx_lists() 227 locks_dump_ctx_list(&ctx->flc_posix, "POSIX"); in locks_check_ctx_lists() 319 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in locks_owner_has_blockers() 896 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock() 903 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock() 1120 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode() 1166 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode() 2543 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix() 2629 locks_check_ctx_file_list(filp, &ctx->flc_posix, "POSIX"); in locks_remove_file() [all …]
|
/linux-6.3-rc2/fs/ceph/ |
A D | locks.c | 383 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks() 447 list_for_each_entry(lock, &ctx->flc_posix, fl_list) { in ceph_encode_locks_to_buffer()
|
/linux-6.3-rc2/include/linux/ |
A D | filelock.h | 132 struct list_head flc_posix; member
|
/linux-6.3-rc2/fs/nfs/ |
A D | write.c | 1208 !(list_empty_careful(&flctx->flc_posix) && in nfs_flush_incompatible() 1336 list_empty_careful(&flctx->flc_posix))) in nfs_can_extend_write() 1342 if (!list_empty(&flctx->flc_posix)) { in nfs_can_extend_write() 1343 fl = list_first_entry(&flctx->flc_posix, struct file_lock, in nfs_can_extend_write()
|
A D | delegation.c | 156 list = &flctx->flc_posix; in nfs_delegation_claim_locks() 168 if (list == &flctx->flc_posix) { in nfs_delegation_claim_locks()
|
A D | nfs4state.c | 1512 list = &flctx->flc_posix; in nfs4_reclaim_locks() 1554 if (list == &flctx->flc_posix) { in nfs4_reclaim_locks()
|
A D | pagelist.c | 1185 !(list_empty_careful(&flctx->flc_posix) && in nfs_coalesce_size()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | vfs.c | 328 if (!ctx || list_empty_careful(&ctx->flc_posix)) in check_lock_range() 332 list_for_each_entry(flock, &ctx->flc_posix, fl_list) { in check_lock_range()
|
/linux-6.3-rc2/fs/cifs/ |
A D | file.c | 1558 list_for_each(el, &flctx->flc_posix) { in cifs_push_posix_locks() 1581 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { in cifs_push_posix_locks()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs4state.c | 7851 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in check_for_locks() 7853 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in check_for_locks()
|
Completed in 50 milliseconds