| /OK3568_Linux_fs/kernel/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 | nfs_fs.h | 63 fl_owner_t lockowner; 71 fl_owner_t flock_owner;
|
| H A D | fs.h | 1031 typedef void *fl_owner_t; typedef 1044 fl_owner_t (*lm_get_owner)(fl_owner_t); 1045 void (*lm_put_owner)(fl_owner_t); 1102 fl_owner_t fl_owner; 1173 extern void locks_remove_posix(struct file *, fl_owner_t); 1252 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() 1894 int (*flush) (struct file *, fl_owner_t id); 2619 extern int filp_close(struct file *, fl_owner_t id);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | QMIDevice.h | 274 fl_owner_t unusedFileTable );
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.h | 115 extern int cifs_flush(struct file *, fl_owner_t id);
|
| /OK3568_Linux_fs/kernel/include/linux/lockd/ |
| H A D | lockd.h | 128 fl_owner_t owner;
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4state.c | 847 fl_owner_t fl_owner, fl_owner_t fl_owner2) in __nfs4_find_lock_state() 868 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) in nfs4_alloc_lock_state() 902 static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner) in nfs4_get_lock_state() 993 fl_owner_t fl_owner, fl_flock_owner; in nfs4_copy_lock_stateid()
|
| H A D | nfs4file.c | 113 nfs4_file_flush(struct file *file, fl_owner_t id) in nfs4_file_flush()
|
| H A D | nfs4_fs.h | 155 fl_owner_t ls_owner;
|
| H A D | file.c | 140 nfs_file_flush(struct file *file, fl_owner_t id) in nfs_file_flush()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | file.c | 290 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | ps3flash.c | 272 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | file.c | 311 (fl_owner_t) file); in fuse_release_common() 363 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() 465 static int fuse_flush(struct file *file, fl_owner_t id) in fuse_flush() 762 fl_owner_t owner) in fuse_send_read() 1049 size_t count, fl_owner_t owner) in fuse_send_write() 1470 fl_owner_t owner = current->files; in fuse_direct_io()
|
| H A D | fuse_i.h | 1139 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | file.c | 638 static int orangefs_flush(struct file *file, fl_owner_t id) in orangefs_flush()
|
| /OK3568_Linux_fs/kernel/drivers/usb/ |
| H A D | usb-skeleton.c | 136 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4state.c | 1375 filp_close(nf->nf_file, (fl_owner_t)lo); in nfs4_free_lock_stateid() 4974 fl->fl_owner = (fl_owner_t)dp; in nfs4_alloc_init_lease() 6350 static fl_owner_t 6351 nfsd4_fl_get_owner(fl_owner_t owner) in nfsd4_fl_get_owner() 6360 nfsd4_fl_put_owner(fl_owner_t owner) in nfsd4_fl_put_owner() 6798 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock() 6965 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt() 7027 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku() 7086 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | cdc-wdm.c | 663 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | open.c | 1315 int filp_close(struct file *filp, fl_owner_t id) in filp_close()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_drv.c | 1479 static int amdgpu_flush(struct file *f, fl_owner_t id) in amdgpu_flush()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 663 static int mqueue_flush_file(struct file *filp, fl_owner_t id) in mqueue_flush_file()
|