Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/linux/
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()
Dnfs_fs.h63 fl_owner_t lockowner;
71 fl_owner_t flock_owner;
Dfs.h1008 typedef void *fl_owner_t; typedef
1018 fl_owner_t (*lm_get_owner)(fl_owner_t);
1019 void (*lm_put_owner)(fl_owner_t);
1073 fl_owner_t fl_owner;
1140 extern void locks_remove_posix(struct file *, fl_owner_t);
1220 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
1853 int (*flush) (struct file *, fl_owner_t id);
2563 extern int filp_close(struct file *, fl_owner_t id);
/kernel/linux/linux-5.10/fs/notify/dnotify/
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()
/kernel/linux/linux-5.10/include/trace/events/
Dfilelock.h72 __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/
Dcifsfs.h115 extern int cifs_flush(struct file *, fl_owner_t id);
/kernel/linux/linux-5.10/fs/lockd/
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()
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()
/kernel/linux/linux-5.10/fs/sharefs/
Dfile.c63 static int sharefs_flush(struct file *file, fl_owner_t id) in sharefs_flush()
/kernel/linux/linux-5.10/include/linux/lockd/
Dlockd.h128 fl_owner_t owner;
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_cloud.c110 static int hmdfs_file_flush_cloud(struct file *file, fl_owner_t id) in hmdfs_file_flush_cloud()
Dfile_merge.c577 int hmdfs_file_flush_merge(struct file *file, fl_owner_t id) in hmdfs_file_flush_merge()
Dfile_remote.c436 static int hmdfs_file_flush(struct file *file, fl_owner_t id) in hmdfs_file_flush()
/kernel/linux/linux-5.10/fs/ecryptfs/
Dfile.c290 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
/kernel/linux/linux-5.10/fs/nfs/
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()
Dnfs4file.c113 nfs4_file_flush(struct file *file, fl_owner_t id) in nfs4_file_flush()
Dnfs4_fs.h155 fl_owner_t ls_owner;
Dfile.c140 nfs_file_flush(struct file *file, fl_owner_t id) in nfs_file_flush()
/kernel/linux/linux-5.10/drivers/char/
Dps3flash.c272 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
/kernel/linux/linux-5.10/fs/orangefs/
Dfile.c638 static int orangefs_flush(struct file *file, fl_owner_t id) in orangefs_flush()
/kernel/linux/linux-5.10/fs/fuse/
Dfile.c309 (fl_owner_t) file); in fuse_release_common()
361 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id()
463 static int fuse_flush(struct file *file, fl_owner_t id) in fuse_flush()
760 fl_owner_t owner) in fuse_send_read()
1047 size_t count, fl_owner_t owner) in fuse_send_write()
1468 fl_owner_t owner = current->files; in fuse_direct_io()
Dfuse_i.h1115 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
/kernel/linux/linux-5.10/drivers/usb/
Dusb-skeleton.c136 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4state.c1386 filp_close(nf->nf_file, (fl_owner_t)lo); in nfs4_free_lock_stateid()
4989 fl->fl_owner = (fl_owner_t)dp; in nfs4_alloc_init_lease()
6365 static fl_owner_t
6366 nfsd4_fl_get_owner(fl_owner_t owner) in nfsd4_fl_get_owner()
6375 nfsd4_fl_put_owner(fl_owner_t owner) in nfsd4_fl_put_owner()
6813 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock()
6980 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt()
7042 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku()
7101 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()
/kernel/linux/linux-5.10/drivers/usb/class/
Dcdc-wdm.c663 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush()

12