/kernel/linux/linux-5.10/include/linux/ |
H A D | dnotify.h | 17 fl_owner_t dn_owner; 33 extern void dnotify_flush(struct file *, fl_owner_t); 38 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush()
|
H A D | fs.h | 1010 typedef void *fl_owner_t; typedef 1020 fl_owner_t (*lm_get_owner)(fl_owner_t); 1021 void (*lm_put_owner)(fl_owner_t); 1075 fl_owner_t fl_owner; 1142 extern void locks_remove_posix(struct file *, fl_owner_t); 1222 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() 1899 int (*flush) (struct file *, fl_owner_t id); 2614 extern int filp_close(struct file *, fl_owner_t id);
|
H A D | nfs_fs.h | 63 fl_owner_t lockowner; 71 fl_owner_t flock_owner;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dnotify.h | 17 fl_owner_t dn_owner; 32 extern void dnotify_flush(struct file *, fl_owner_t); 37 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush()
|
H A D | filelock.h | 38 fl_owner_t (*lm_get_owner)(fl_owner_t); 39 void (*lm_put_owner)(fl_owner_t); 98 fl_owner_t fl_owner; 157 void locks_remove_posix(struct file *, fl_owner_t); 182 fl_owner_t owner); 246 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() 331 fl_owner_t owner) in locks_owner_has_blockers()
|
H A D | nfs_fs.h | 75 fl_owner_t lockowner; 83 fl_owner_t flock_owner;
|
/kernel/linux/linux-5.10/fs/notify/dnotify/ |
H A D | dnotify.c | 135 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() 213 fl_owner_t id, int fd, struct file *filp, __u32 mask) in attach_dn() 249 fl_owner_t id = current->files; in fcntl_dirnotify()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | filelock.h | 72 __field(fl_owner_t, fl_owner) 129 __field(fl_owner_t, fl_owner) 182 __field(fl_owner_t, fl_owner)
|
/kernel/linux/linux-6.6/fs/notify/dnotify/ |
H A D | dnotify.c | 153 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() 231 fl_owner_t id, int fd, struct file *filp, __u32 mask) in attach_dn() 267 fl_owner_t id = current->files; in fcntl_dirnotify()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | filelock.h | 72 __field(fl_owner_t, fl_owner) 129 __field(fl_owner_t, fl_owner) 182 __field(fl_owner_t, fl_owner)
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.h | 115 extern int cifs_flush(struct file *, fl_owner_t id);
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.h | 107 extern int cifs_flush(struct file *, fl_owner_t id);
|
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | svclock.c | 773 static fl_owner_t nlmsvc_get_owner(fl_owner_t owner) in nlmsvc_get_owner() 778 static void nlmsvc_put_owner(fl_owner_t owner) in nlmsvc_put_owner()
|
H A D | clntproc.c | 86 static struct nlm_lockowner *__nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner) in __nlmclnt_find_lockowner() 97 static struct nlm_lockowner *nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner) in nlmclnt_find_lockowner()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svclock.c | 799 static fl_owner_t nlmsvc_get_owner(fl_owner_t owner) in nlmsvc_get_owner() 804 static void nlmsvc_put_owner(fl_owner_t owner) in nlmsvc_put_owner()
|
H A D | clntproc.c | 89 static struct nlm_lockowner *__nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner) in __nlmclnt_find_lockowner() 100 static struct nlm_lockowner *nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner) in nlmclnt_find_lockowner()
|
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | file.c | 78 static int sharefs_flush(struct file *file, fl_owner_t id) in sharefs_flush()
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | file.c | 78 static int sharefs_flush(struct file *file, fl_owner_t id) in sharefs_flush()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | fuse_i.h | 1219 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id); 1355 unsigned int open_flags, fl_owner_t id, bool isdir);
|
H A D | file.c | 306 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() 336 (fl_owner_t) file, isdir); in fuse_release_common() 378 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() 481 static int fuse_flush(struct file *file, fl_owner_t id) in fuse_flush() 781 fl_owner_t owner) in fuse_send_read() 1068 size_t count, fl_owner_t owner) in fuse_send_write() 1477 fl_owner_t owner = current->files; in fuse_direct_io()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | file.c | 290 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
/kernel/linux/linux-5.10/include/linux/lockd/ |
H A D | lockd.h | 121 * Map an fl_owner_t into a unique 32-bit "pid" 128 fl_owner_t owner;
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | file.c | 309 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
/kernel/linux/linux-6.6/include/linux/lockd/ |
H A D | lockd.h | 113 * Map an fl_owner_t into a unique 32-bit "pid" 120 fl_owner_t owner;
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4state.c | 851 fl_owner_t fl_owner, fl_owner_t fl_owner2) in __nfs4_find_lock_state() 872 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in nfs4_alloc_lock_state() 906 static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner) in nfs4_get_lock_state() 997 fl_owner_t fl_owner, fl_flock_owner; in nfs4_copy_lock_stateid()
|