Home
last modified time | relevance | path

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

12

/Linux-v6.1/include/linux/
Ddnotify.h17 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()
Dfs.h1029 typedef void *fl_owner_t; typedef
1040 fl_owner_t (*lm_get_owner)(fl_owner_t);
1041 void (*lm_put_owner)(fl_owner_t);
1097 fl_owner_t fl_owner;
1164 extern void locks_remove_posix(struct file *, fl_owner_t);
1188 fl_owner_t owner);
1245 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
1325 fl_owner_t owner) in locks_owner_has_blockers()
2120 int (*flush) (struct file *, fl_owner_t id);
2783 extern int filp_close(struct file *, fl_owner_t id);
Dnfs_fs.h70 fl_owner_t lockowner;
78 fl_owner_t flock_owner;
/Linux-v6.1/fs/notify/dnotify/
Ddnotify.c153 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush()
231 fl_owner_t id, int fd, struct file *filp, __u32 mask) in attach_dn()
267 fl_owner_t id = current->files; in fcntl_dirnotify()
/Linux-v6.1/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)
/Linux-v6.1/fs/cifs/
Dcifsfs.h107 extern int cifs_flush(struct file *, fl_owner_t id);
/Linux-v6.1/fs/lockd/
Dsvclock.c785 static fl_owner_t nlmsvc_get_owner(fl_owner_t owner) in nlmsvc_get_owner()
790 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()
Dsvcsubs.c179 static int nlm_unlock_files(struct nlm_file *file, fl_owner_t owner) in nlm_unlock_files()
/Linux-v6.1/fs/fuse/
Dfuse_i.h1184 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
1320 unsigned int open_flags, fl_owner_t id, bool isdir);
Dfile.c305 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release()
335 (fl_owner_t) file, isdir); in fuse_release_common()
377 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id()
480 static int fuse_flush(struct file *file, fl_owner_t id) in fuse_flush()
780 fl_owner_t owner) in fuse_send_read()
1067 size_t count, fl_owner_t owner) in fuse_send_write()
1483 fl_owner_t owner = current->files; in fuse_direct_io()
/Linux-v6.1/include/linux/lockd/
Dlockd.h130 fl_owner_t owner;
/Linux-v6.1/fs/ecryptfs/
Dfile.c284 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
/Linux-v6.1/fs/nfs/
Dnfs4state.c846 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()
Dnfs4file.c114 nfs4_file_flush(struct file *file, fl_owner_t id) in nfs4_file_flush()
Dnfs4_fs.h156 fl_owner_t ls_owner;
Dfile.c138 nfs_file_flush(struct file *file, fl_owner_t id) in nfs_file_flush()
/Linux-v6.1/fs/orangefs/
Dfile.c533 static int orangefs_flush(struct file *file, fl_owner_t id) in orangefs_flush()
/Linux-v6.1/drivers/char/
Dps3flash.c272 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
/Linux-v6.1/drivers/usb/
Dusb-skeleton.c136 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
/Linux-v6.1/fs/overlayfs/
Dfile.c644 static int ovl_flush(struct file *file, fl_owner_t id) in ovl_flush()
/Linux-v6.1/fs/nfsd/
Dnfs4state.c1495 filp_close(nf->nf_file, (fl_owner_t)lo); in nfs4_free_lock_stateid()
5300 fl->fl_owner = (fl_owner_t)dp; in nfs4_alloc_init_lease()
6941 static fl_owner_t
6942 nfsd4_lm_get_owner(fl_owner_t owner) in nfsd4_lm_get_owner()
6951 nfsd4_lm_put_owner(fl_owner_t owner) in nfsd4_lm_put_owner()
7426 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock()
7600 file_lock->fl_owner = (fl_owner_t)lo; in nfsd4_lockt()
7662 file_lock->fl_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku()
7721 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()
/Linux-v6.1/fs/
Dlocks.c313 fl_owner_t owner) in locks_owner_has_blockers()
2552 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
Dopen.c1410 int filp_close(struct file *filp, fl_owner_t id) in filp_close()
/Linux-v6.1/drivers/usb/class/
Dcdc-wdm.c677 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush()

12