Searched refs:flc_posix (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/fs/lockd/ |
| D | svcsubs.c | 210 if (!flctx || list_empty_careful(&flctx->flc_posix)) in nlm_traverse_locks() 215 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_traverse_locks() 267 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in nlm_file_inuse() 269 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in nlm_file_inuse()
|
| /Linux-v5.15/fs/ |
| D | locks.c | 264 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() 959 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock() 965 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock() 1169 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode() 1204 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode() 1210 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode() 2599 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix() 2685 locks_check_ctx_file_list(filp, &ctx->flc_posix, "POSIX"); in locks_remove_file() [all …]
|
| /Linux-v5.15/fs/ceph/ |
| D | locks.c | 367 list_for_each_entry(lock, &ctx->flc_posix, fl_list) in ceph_count_locks() 431 list_for_each_entry(lock, &ctx->flc_posix, fl_list) { in ceph_encode_locks_to_buffer()
|
| /Linux-v5.15/fs/nfs/ |
| D | write.c | 1221 !(list_empty_careful(&flctx->flc_posix) && in nfs_flush_incompatible() 1333 list_empty_careful(&flctx->flc_posix))) in nfs_can_extend_write() 1339 if (!list_empty(&flctx->flc_posix)) { in nfs_can_extend_write() 1340 fl = list_first_entry(&flctx->flc_posix, struct file_lock, in nfs_can_extend_write()
|
| D | delegation.c | 156 list = &flctx->flc_posix; in nfs_delegation_claim_locks() 168 if (list == &flctx->flc_posix) { in nfs_delegation_claim_locks()
|
| D | nfs4state.c | 1504 list = &flctx->flc_posix; in nfs4_reclaim_locks() 1546 if (list == &flctx->flc_posix) { in nfs4_reclaim_locks()
|
| D | pagelist.c | 1066 !(list_empty_careful(&flctx->flc_posix) && in nfs_coalesce_size()
|
| /Linux-v5.15/fs/ksmbd/ |
| 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-v5.15/fs/cifs/ |
| D | file.c | 1360 list_for_each(el, &flctx->flc_posix) { in cifs_push_posix_locks() 1383 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { in cifs_push_posix_locks()
|
| /Linux-v5.15/include/linux/ |
| D | fs.h | 1152 struct list_head flc_posix; member
|
| /Linux-v5.15/fs/nfsd/ |
| D | nfs4state.c | 7236 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in check_for_locks() 7238 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in check_for_locks()
|