Searched refs:flc_posix (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/fs/lockd/ |
D | svcsubs.c | 171 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.10/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() 1416 if (!ctx || list_empty_careful(&ctx->flc_posix)) in locks_mandatory_locked() 1424 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in locks_mandatory_locked() [all …]
|
/Linux-v5.10/fs/ceph/ |
D | locks.c | 370 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-v5.10/fs/nfs/ |
D | write.c | 1217 !(list_empty_careful(&flctx->flc_posix) && in nfs_flush_incompatible() 1326 list_empty_careful(&flctx->flc_posix))) in nfs_can_extend_write() 1332 if (!list_empty(&flctx->flc_posix)) { in nfs_can_extend_write() 1333 fl = list_first_entry(&flctx->flc_posix, struct file_lock, in nfs_can_extend_write()
|
D | delegation.c | 149 list = &flctx->flc_posix; in nfs_delegation_claim_locks() 161 if (list == &flctx->flc_posix) { in nfs_delegation_claim_locks()
|
D | nfs4state.c | 1503 list = &flctx->flc_posix; in nfs4_reclaim_locks() 1545 if (list == &flctx->flc_posix) { in nfs4_reclaim_locks()
|
D | pagelist.c | 1062 !(list_empty_careful(&flctx->flc_posix) && in nfs_coalesce_size()
|
/Linux-v5.10/fs/cifs/ |
D | file.c | 1288 list_for_each(el, &flctx->flc_posix) { in cifs_push_posix_locks() 1311 list_for_each_entry(flock, &flctx->flc_posix, fl_list) { in cifs_push_posix_locks()
|
/Linux-v5.10/include/linux/ |
D | fs.h | 1103 struct list_head flc_posix; member
|
/Linux-v5.10/fs/nfsd/ |
D | nfs4state.c | 7062 if (flctx && !list_empty_careful(&flctx->flc_posix)) { in check_for_locks() 7064 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in check_for_locks()
|