/Linux-v6.1/include/linux/ |
D | dnotify.h | 17 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 | 1029 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);
|
D | nfs_fs.h | 70 fl_owner_t lockowner; 78 fl_owner_t flock_owner;
|
/Linux-v6.1/fs/notify/dnotify/ |
D | dnotify.c | 153 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/ |
D | filelock.h | 72 __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/ |
D | cifsfs.h | 107 extern int cifs_flush(struct file *, fl_owner_t id);
|
/Linux-v6.1/fs/lockd/ |
D | svclock.c | 785 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()
|
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()
|
D | svcsubs.c | 179 static int nlm_unlock_files(struct nlm_file *file, fl_owner_t owner) in nlm_unlock_files()
|
/Linux-v6.1/fs/fuse/ |
D | fuse_i.h | 1184 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id); 1320 unsigned int open_flags, fl_owner_t id, bool isdir);
|
D | file.c | 305 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/ |
D | lockd.h | 130 fl_owner_t owner;
|
/Linux-v6.1/fs/ecryptfs/ |
D | file.c | 284 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
/Linux-v6.1/fs/nfs/ |
D | nfs4state.c | 846 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()
|
D | nfs4file.c | 114 nfs4_file_flush(struct file *file, fl_owner_t id) in nfs4_file_flush()
|
D | nfs4_fs.h | 156 fl_owner_t ls_owner;
|
D | file.c | 138 nfs_file_flush(struct file *file, fl_owner_t id) in nfs_file_flush()
|
/Linux-v6.1/fs/orangefs/ |
D | file.c | 533 static int orangefs_flush(struct file *file, fl_owner_t id) in orangefs_flush()
|
/Linux-v6.1/drivers/char/ |
D | ps3flash.c | 272 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
|
/Linux-v6.1/drivers/usb/ |
D | usb-skeleton.c | 136 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
|
/Linux-v6.1/fs/overlayfs/ |
D | file.c | 644 static int ovl_flush(struct file *file, fl_owner_t id) in ovl_flush()
|
/Linux-v6.1/fs/nfsd/ |
D | nfs4state.c | 1495 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/ |
D | locks.c | 313 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()
|
D | open.c | 1410 int filp_close(struct file *filp, fl_owner_t id) in filp_close()
|
/Linux-v6.1/drivers/usb/class/ |
D | cdc-wdm.c | 677 static int wdm_flush(struct file *file, fl_owner_t id) in wdm_flush()
|