/linux-4.1.27/include/linux/ |
D | dnotify.h | 16 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()
|
D | fs.h | 913 typedef void *fl_owner_t; typedef 925 fl_owner_t (*lm_get_owner)(fl_owner_t); 926 void (*lm_put_owner)(fl_owner_t); 968 fl_owner_t fl_owner; 1035 extern void locks_remove_posix(struct file *, fl_owner_t); 1110 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() 1603 int (*flush) (struct file *, fl_owner_t id); 2207 extern int filp_close(struct file *, fl_owner_t id);
|
D | nfs_fs.h | 59 fl_owner_t l_owner;
|
/linux-4.1.27/fs/notify/dnotify/ |
D | dnotify.c | 150 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() 223 fl_owner_t id, int fd, struct file *filp, __u32 mask) in attach_dn() 259 fl_owner_t id = current->files; in fcntl_dirnotify()
|
/linux-4.1.27/fs/exofs/ |
D | file.c | 61 static int exofs_flush(struct file *file, fl_owner_t id) in exofs_flush()
|
/linux-4.1.27/include/trace/events/ |
D | filelock.h | 48 __field(fl_owner_t, fl_owner)
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.h | 101 extern int cifs_flush(struct file *, fl_owner_t id);
|
D | file.c | 2337 int cifs_flush(struct file *file, fl_owner_t id) in cifs_flush()
|
/linux-4.1.27/include/linux/lockd/ |
D | lockd.h | 125 fl_owner_t owner;
|
/linux-4.1.27/fs/ecryptfs/ |
D | file.c | 250 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
/linux-4.1.27/fs/lockd/ |
D | clntproc.c | 84 static struct nlm_lockowner *__nlm_find_lockowner(struct nlm_host *host, fl_owner_t owner) in __nlm_find_lockowner() 95 static struct nlm_lockowner *nlm_find_lockowner(struct nlm_host *host, fl_owner_t owner) in nlm_find_lockowner()
|
D | svc4proc.c | 48 lock->fl.fl_owner = (fl_owner_t) host; in nlm4svc_retrieve_args()
|
D | svcproc.c | 78 lock->fl.fl_owner = (fl_owner_t) host; in nlmsvc_retrieve_args()
|
/linux-4.1.27/fs/fuse/ |
D | fuse_i.h | 858 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
|
D | file.c | 262 (fl_owner_t) file); in fuse_release_common() 314 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() 397 static int fuse_flush(struct file *file, fl_owner_t id) in fuse_flush() 637 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_read() 949 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_write() 1340 fl_owner_t owner = current->files; in fuse_direct_io()
|
/linux-4.1.27/drivers/char/ |
D | ps3flash.c | 284 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4_fs.h | 144 fl_owner_t ls_owner;
|
D | nfs4state.c | 804 __nfs4_find_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in __nfs4_find_lock_state() 821 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in nfs4_alloc_lock_state() 855 static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner) in nfs4_get_lock_state() 946 fl_owner_t fl_owner; in nfs4_copy_lock_stateid()
|
D | internal.h | 346 int nfs_file_flush(struct file *, fl_owner_t);
|
D | file.c | 145 nfs_file_flush(struct file *file, fl_owner_t id) in nfs_file_flush()
|
/linux-4.1.27/drivers/usb/ |
D | usb-skeleton.c | 139 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4state.c | 1102 filp_close(file, (fl_owner_t)lo); in nfs4_free_lock_stateid() 3991 fl->fl_owner = (fl_owner_t)fp; in nfs4_alloc_init_lease() 5163 static fl_owner_t 5164 nfsd4_fl_get_owner(fl_owner_t owner) in nfsd4_fl_get_owner() 5173 nfsd4_fl_put_owner(fl_owner_t owner) in nfsd4_fl_put_owner() 5553 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock() 5690 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt() 5751 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku() 5811 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()
|
/linux-4.1.27/arch/tile/kernel/ |
D | hardwall.c | 1033 static int hardwall_flush(struct file *file, fl_owner_t owner) in hardwall_flush()
|
/linux-4.1.27/fs/ |
D | open.c | 1062 int filp_close(struct file *filp, fl_owner_t id) in filp_close()
|
D | locks.c | 2367 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-wdm.c | 576 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush()
|
/linux-4.1.27/drivers/input/ |
D | evdev.c | 289 static int evdev_flush(struct file *file, fl_owner_t id) in evdev_flush()
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 510 static int mqueue_flush_file(struct file *filp, fl_owner_t id) in mqueue_flush_file()
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 1157 static int xillybus_flush(struct file *filp, fl_owner_t id) in xillybus_flush()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 1826 static int spufs_mfc_flush(struct file *file, fl_owner_t id) in spufs_mfc_flush()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2550 static int ll_flush(struct file *file, fl_owner_t id) in ll_flush()
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 2979 static int binder_flush(struct file *filp, fl_owner_t id) in binder_flush()
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 1286 static int st_flush(struct file *filp, fl_owner_t id) in st_flush()
|
D | osst.c | 4822 static int os_scsi_tape_flush(struct file * filp, fl_owner_t id) in os_scsi_tape_flush()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 1810 pfm_flush(struct file *filp, fl_owner_t id) in pfm_flush()
|