Home
last modified time | relevance | path

Searched refs:file_lock_context (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/fs/
Dlocks.c172 static struct file_lock_context *
175 struct file_lock_context *ctx; in locks_get_lock_context()
217 struct file_lock_context *ctx = inode->i_flctx; in locks_check_ctx_lists()
250 struct file_lock_context *ctx = inode->i_flctx; in locks_free_lock_context()
312 bool locks_owner_has_blockers(struct file_lock_context *flctx, in locks_owner_has_blockers()
889 struct file_lock_context *ctx; in posix_test_lock()
1010 struct file_lock_context *ctx; in flock_lock_inode()
1086 struct file_lock_context *ctx; in posix_lock_inode()
1407 struct file_lock_context *ctx = inode->i_flctx; in time_out_leases()
1446 struct file_lock_context *ctx = inode->i_flctx; in any_leases_conflict()
[all …]
/Linux-v6.1/include/trace/events/
Dfilelock.h39 TP_PROTO(struct inode *inode, int type, struct file_lock_context *ctx),
47 __field(struct file_lock_context *, ctx)
/Linux-v6.1/fs/lockd/
Dsvcsubs.c210 struct file_lock_context *flctx = inode->i_flctx; in nlm_traverse_locks()
265 struct file_lock_context *flctx = inode->i_flctx; in nlm_file_inuse()
/Linux-v6.1/fs/ceph/
Dlocks.c362 struct file_lock_context *ctx; in ceph_count_locks()
421 struct file_lock_context *ctx = inode->i_flctx; in ceph_encode_locks_to_buffer()
/Linux-v6.1/include/linux/
Dfs.h677 struct file_lock_context *i_flctx;
1125 struct file_lock_context { struct
1187 extern bool locks_owner_has_blockers(struct file_lock_context *flctx,
1324 static inline bool locks_owner_has_blockers(struct file_lock_context *flctx, in locks_owner_has_blockers()
/Linux-v6.1/fs/nfs/
Dwrite.c1188 struct file_lock_context *flctx = file_inode(file)->i_flctx; in nfs_flush_incompatible()
1324 struct file_lock_context *flctx = inode->i_flctx; in nfs_can_extend_write()
Ddelegation.c149 struct file_lock_context *flctx = inode->i_flctx; in nfs_delegation_claim_locks()
Dpagelist.c1053 struct file_lock_context *flctx; in nfs_coalesce_size()
Dnfs4state.c1504 struct file_lock_context *flctx = inode->i_flctx; in nfs4_reclaim_locks()
/Linux-v6.1/fs/ksmbd/
Dvfs.c324 struct file_lock_context *ctx = file_inode(filp)->i_flctx; in check_lock_range()
/Linux-v6.1/fs/nfsd/
Dnfs4state.c4761 struct file_lock_context *ctx = smp_load_acquire(&inode->i_flctx); in nfsd4_deleg_present()
5894 struct file_lock_context *ctx; in nfs4_lockowner_has_blockers()
7707 struct file_lock_context *flctx; in check_for_locks()
/Linux-v6.1/fs/cifs/
Dfile.c1416 struct file_lock_context *flctx = inode->i_flctx; in cifs_push_posix_locks()