Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfilelock.h142 struct file_lock_context { struct
224 bool locks_owner_has_blockers(struct file_lock_context *flctx,
227 static inline struct file_lock_context *
403 static inline bool locks_owner_has_blockers(struct file_lock_context *flctx, in locks_owner_has_blockers()
409 static inline struct file_lock_context *
428 struct file_lock_context *flctx; in break_lease()
447 struct file_lock_context *flctx; in break_deleg()
H A Dfs.h761 struct file_lock_context *i_flctx;
/linux-6.15/fs/
H A Dlocks.c176 static struct file_lock_context *
179 struct file_lock_context *ctx; in locks_get_lock_context()
955 struct file_lock_context *ctx; in posix_test_lock()
1078 struct file_lock_context *ctx; in flock_lock_inode()
1154 struct file_lock_context *ctx; in posix_lock_inode()
1545 struct file_lock_context *ctx; in __break_lease()
1659 struct file_lock_context *ctx; in lease_get_mtime()
1704 struct file_lock_context *ctx; in fcntl_getlease()
1778 struct file_lock_context *ctx; in generic_add_lease()
1891 struct file_lock_context *ctx; in generic_delete_lease()
[all …]
/linux-6.15/include/trace/events/
H A Dfilelock.h39 TP_PROTO(struct inode *inode, int type, struct file_lock_context *ctx),
47 __field(struct file_lock_context *, ctx)
/linux-6.15/fs/lockd/
H A Dsvcsubs.c213 struct file_lock_context *flctx = locks_inode_context(inode); in nlm_traverse_locks()
268 struct file_lock_context *flctx = locks_inode_context(inode); in nlm_file_inuse()
/linux-6.15/fs/ceph/
H A Dlocks.c381 struct file_lock_context *ctx; in ceph_count_locks()
444 struct file_lock_context *ctx = locks_inode_context(inode); in ceph_encode_locks_to_buffer()
/linux-6.15/fs/nfs/
H A Dwrite.c1172 struct file_lock_context *flctx = locks_inode_context(file_inode(file)); in nfs_flush_incompatible()
1308 struct file_lock_context *flctx = locks_inode_context(inode); in nfs_can_extend_write()
H A Dpagelist.c1079 struct file_lock_context *flctx; in nfs_coalesce_size()
H A Ddelegation.c153 struct file_lock_context *flctx = locks_inode_context(inode); in nfs_delegation_claim_locks()
H A Dnfs4state.c1506 struct file_lock_context *flctx = locks_inode_context(inode); in nfs4_reclaim_locks()
/linux-6.15/fs/smb/server/
H A Dvfs.c316 struct file_lock_context *ctx = locks_inode_context(file_inode(filp)); in check_lock_range()
/linux-6.15/fs/nfsd/
H A Dnfs4state.c5318 struct file_lock_context *ctx = locks_inode_context(inode); in nfsd4_deleg_present()
6597 struct file_lock_context *ctx; in nfs4_lockowner_has_blockers()
8561 struct file_lock_context *flctx; in check_for_locks()
9174 struct file_lock_context *ctx; in nfsd4_deleg_getattr_conflict()
/linux-6.15/fs/smb/client/
H A Dfile.c1836 struct file_lock_context *flctx = locks_inode_context(inode); in cifs_push_posix_locks()