/linux/include/linux/ |
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()
|
A D | nfs_fs.h | 73 fl_owner_t lockowner; 81 fl_owner_t flock_owner;
|
A D | fs.h | 1053 typedef void *fl_owner_t; typedef 1063 fl_owner_t (*lm_get_owner)(fl_owner_t); 1064 void (*lm_put_owner)(fl_owner_t); 1118 fl_owner_t fl_owner; 1185 extern void locks_remove_posix(struct file *, fl_owner_t); 1264 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() 2086 int (*flush) (struct file *, fl_owner_t id); 2751 extern int filp_close(struct file *, fl_owner_t id);
|
/linux/fs/notify/dnotify/ |
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()
|
/linux/include/trace/events/ |
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)
|
/linux/fs/cifs/ |
A D | cifsfs.h | 107 extern int cifs_flush(struct file *, fl_owner_t id);
|
/linux/fs/lockd/ |
A D | svclock.c | 791 static fl_owner_t nlmsvc_get_owner(fl_owner_t owner) in nlmsvc_get_owner() 796 static void nlmsvc_put_owner(fl_owner_t owner) in nlmsvc_put_owner()
|
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()
|
/linux/drivers/firmware/efi/ |
A D | capsule-loader.c | 254 static int efi_capsule_flush(struct file *file, fl_owner_t id) in efi_capsule_flush()
|
/linux/fs/fuse/ |
A D | fuse_i.h | 1159 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id); 1293 unsigned int open_flags, fl_owner_t id, bool isdir);
|
A D | file.c | 301 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() 331 (fl_owner_t) file, isdir); in fuse_release_common() 364 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() 467 static int fuse_flush(struct file *file, fl_owner_t id) in fuse_flush() 767 fl_owner_t owner) in fuse_send_read() 1045 size_t count, fl_owner_t owner) in fuse_send_write() 1461 fl_owner_t owner = current->files; in fuse_direct_io()
|
/linux/include/linux/lockd/ |
A D | lockd.h | 130 fl_owner_t owner;
|
/linux/fs/ecryptfs/ |
A D | file.c | 290 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
/linux/fs/nfs/ |
A D | nfs4state.c | 846 fl_owner_t fl_owner, fl_owner_t fl_owner2) in __nfs4_find_lock_state() 867 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in nfs4_alloc_lock_state() 901 static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner) in nfs4_get_lock_state() 992 fl_owner_t fl_owner, fl_flock_owner; in nfs4_copy_lock_stateid()
|
A D | nfs4file.c | 111 nfs4_file_flush(struct file *file, fl_owner_t id) in nfs4_file_flush()
|
A D | nfs4_fs.h | 155 fl_owner_t ls_owner;
|
A D | file.c | 140 nfs_file_flush(struct file *file, fl_owner_t id) in nfs_file_flush()
|
/linux/fs/orangefs/ |
A D | file.c | 535 static int orangefs_flush(struct file *file, fl_owner_t id) in orangefs_flush()
|
/linux/drivers/char/ |
A D | ps3flash.c | 272 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
|
/linux/drivers/usb/ |
A D | usb-skeleton.c | 136 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
|
/linux/fs/nfsd/ |
A D | nfs4state.c | 1389 filp_close(nf->nf_file, (fl_owner_t)lo); in nfs4_free_lock_stateid() 5043 fl->fl_owner = (fl_owner_t)dp; in nfs4_alloc_init_lease() 6504 static fl_owner_t 6505 nfsd4_fl_get_owner(fl_owner_t owner) in nfsd4_fl_get_owner() 6514 nfsd4_fl_put_owner(fl_owner_t owner) in nfsd4_fl_put_owner() 6957 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock() 7123 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt() 7185 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku() 7244 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()
|
/linux/fs/overlayfs/ |
A D | file.c | 644 static int ovl_flush(struct file *file, fl_owner_t id) in ovl_flush()
|
/linux/drivers/usb/class/ |
A D | cdc-wdm.c | 677 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush()
|
/linux/fs/ |
A D | open.c | 1312 int filp_close(struct file *filp, fl_owner_t id) in filp_close()
|
/linux/drivers/char/xillybus/ |
A D | xillybus_core.c | 1177 static int xillybus_flush(struct file *filp, fl_owner_t id) in xillybus_flush()
|