Home
last modified time | relevance | path

Searched refs:fl_owner_t (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Ddnotify.h17 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 Dnfs_fs.h63 fl_owner_t lockowner;
71 fl_owner_t flock_owner;
H A Dfs.h1031 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 Ddnotify.c135 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 Dfilelock.h72 __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 DQMIDevice.h274 fl_owner_t unusedFileTable );
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvclock.c773 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 Dclntproc.c86 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 Dcifsfs.h115 extern int cifs_flush(struct file *, fl_owner_t id);
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dlockd.h128 fl_owner_t owner;
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4state.c847 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 Dnfs4file.c113 nfs4_file_flush(struct file *file, fl_owner_t id) in nfs4_file_flush()
H A Dnfs4_fs.h155 fl_owner_t ls_owner;
H A Dfile.c140 nfs_file_flush(struct file *file, fl_owner_t id) in nfs_file_flush()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dfile.c290 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dps3flash.c272 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c311 (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 Dfuse_i.h1139 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dfile.c638 static int orangefs_flush(struct file *file, fl_owner_t id) in orangefs_flush()
/OK3568_Linux_fs/kernel/drivers/usb/
H A Dusb-skeleton.c136 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4state.c1375 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 Dcdc-wdm.c663 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush()
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1315 int filp_close(struct file *filp, fl_owner_t id) in filp_close()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c1479 static int amdgpu_flush(struct file *f, fl_owner_t id) in amdgpu_flush()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c663 static int mqueue_flush_file(struct file *filp, fl_owner_t id) in mqueue_flush_file()

12