Symbol: file_lock_context
fs/ceph/locks.c
388
struct file_lock_context *ctx;
fs/ceph/locks.c
451
struct file_lock_context *ctx = locks_inode_context(inode);
fs/lockd/svcsubs.c
241
struct file_lock_context *flctx = locks_inode_context(inode);
fs/lockd/svcsubs.c
296
struct file_lock_context *flctx = locks_inode_context(inode);
fs/locks.c
1014
struct file_lock_context *ctx;
fs/locks.c
1137
struct file_lock_context *ctx;
fs/locks.c
1213
struct file_lock_context *ctx;
fs/locks.c
1535
struct file_lock_context *ctx = inode->i_flctx;
fs/locks.c
1597
struct file_lock_context *ctx;
fs/locks.c
1647
struct file_lock_context *ctx = locks_inode_context(inode);
fs/locks.c
1679
struct file_lock_context *ctx;
fs/locks.c
176
static struct file_lock_context *
fs/locks.c
179
struct file_lock_context *ctx;
fs/locks.c
1806
struct file_lock_context *ctx;
fs/locks.c
1852
struct file_lock_context *ctx;
fs/locks.c
1894
struct file_lock_context *ctx;
fs/locks.c
2007
struct file_lock_context *ctx;
fs/locks.c
232
struct file_lock_context *ctx = inode->i_flctx;
fs/locks.c
265
struct file_lock_context *ctx = locks_inode_context(inode);
fs/locks.c
2773
struct file_lock_context *ctx;
fs/locks.c
2805
locks_remove_flock(struct file *filp, struct file_lock_context *flctx)
fs/locks.c
2827
locks_remove_lease(struct file *filp, struct file_lock_context *ctx)
fs/locks.c
2851
struct file_lock_context *ctx;
fs/locks.c
2898
struct file_lock_context *ctx;
fs/locks.c
3084
struct file_lock_context *ctx;
fs/locks.c
3145
sizeof(struct file_lock_context), 0, SLAB_PANIC, NULL);
fs/locks.c
341
bool locks_owner_has_blockers(struct file_lock_context *flctx, fl_owner_t owner)
fs/nfs/delegation.c
178
struct file_lock_context *flctx = locks_inode_context(inode);
fs/nfs/nfs4state.c
1436
struct file_lock_context *flctx = locks_inode_context(inode);
fs/nfs/pagelist.c
1081
struct file_lock_context *flctx;
fs/nfs/write.c
1121
struct file_lock_context *flctx = locks_inode_context(file_inode(file));
fs/nfs/write.c
1257
struct file_lock_context *flctx = locks_inode_context(inode);
fs/nfsd/nfs4state.c
5504
struct file_lock_context *ctx = locks_inode_context(inode);
fs/nfsd/nfs4state.c
6897
struct file_lock_context *ctx;
fs/nfsd/nfs4state.c
8861
struct file_lock_context *flctx;
fs/nfsd/nfs4state.c
9488
struct file_lock_context *ctx;
fs/smb/client/file.c
1945
struct file_lock_context *flctx = locks_inode_context(inode);
fs/smb/server/vfs.c
297
struct file_lock_context *ctx = locks_inode_context(file_inode(filp));
include/linux/filelock.h
246
bool locks_owner_has_blockers(struct file_lock_context *flctx,
include/linux/filelock.h
249
static inline struct file_lock_context *
include/linux/filelock.h
442
static inline bool locks_owner_has_blockers(struct file_lock_context *flctx,
include/linux/filelock.h
448
static inline struct file_lock_context *
include/linux/filelock.h
478
struct file_lock_context *flctx;
include/linux/filelock.h
497
struct file_lock_context *flctx;
include/linux/filelock.h
564
struct file_lock_context *flctx;
include/linux/fs.h
850
struct file_lock_context *i_flctx;
include/trace/events/filelock.h
43
TP_PROTO(struct inode *inode, int type, struct file_lock_context *ctx),
include/trace/events/filelock.h
49
__field(struct file_lock_context *, ctx)