/linux/include/linux/ |
H A 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()
|
H A D | filelock.h | 39 fl_owner_t (*lm_get_owner)(fl_owner_t); 40 void (*lm_put_owner)(fl_owner_t); 103 fl_owner_t flc_owner; 200 void locks_remove_posix(struct file *, fl_owner_t); 230 fl_owner_t owner); 318 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() 409 fl_owner_t owner) in locks_owner_has_blockers()
|
H A D | nfs_fs.h | 75 fl_owner_t lockowner; 100 fl_owner_t flock_owner;
|
H A D | fs.h | 1167 typedef void *fl_owner_t; typedef 2170 int (*flush) (struct file *, fl_owner_t id); 2912 extern int filp_close(struct file *, fl_owner_t id);
|
/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 151 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() 229 fl_owner_t id, int fd, struct file *filp, __u32 mask) in attach_dn() 265 fl_owner_t id = current->files; in fcntl_dirnotify()
|
/linux/include/trace/events/ |
H A D | filelock.h | 72 __field(fl_owner_t, owner) 129 __field(fl_owner_t, owner) 182 __field(fl_owner_t, owner)
|
/linux/fs/smb/client/ |
H A D | cifsfs.h | 105 extern int cifs_flush(struct file *, fl_owner_t id);
|
/linux/fs/lockd/ |
H A D | svclock.c | 811 static fl_owner_t nlmsvc_get_owner(fl_owner_t owner) in nlmsvc_get_owner() 816 static void nlmsvc_put_owner(fl_owner_t owner) in nlmsvc_put_owner()
|
/linux/include/linux/lockd/ |
H A D | lockd.h | 113 * Map an fl_owner_t into a unique 32-bit "pid" 120 fl_owner_t owner;
|
/linux/fs/ecryptfs/ |
H A D | file.c | 309 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
/linux/fs/fuse/ |
H A D | fuse_i.h | 1355 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id); 1499 unsigned int open_flags, fl_owner_t id, bool isdir);
|
H A D | file.c | 338 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() 366 (fl_owner_t) file, isdir); in fuse_release_common() 399 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) in fuse_lock_owner_id() 439 static int fuse_flush(struct file *file, fl_owner_t id) in fuse_flush() 743 fl_owner_t owner) in fuse_send_read() 1068 size_t count, fl_owner_t owner) in fuse_send_write() 1633 fl_owner_t owner = current->files; in fuse_direct_io()
|
/linux/fs/nfs/ |
H A D | nfs4state.c | 844 fl_owner_t owner, fl_owner_t owner2) in __nfs4_find_lock_state() 865 static struct nfs4_lock_state *nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t owner) in nfs4_alloc_lock_state() 893 static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner) in nfs4_get_lock_state() 984 fl_owner_t owner, fl_flock_owner; in nfs4_copy_lock_stateid()
|
H A D | nfs4file.c | 111 nfs4_file_flush(struct file *file, fl_owner_t id) in nfs4_file_flush()
|
H A D | nfs4_fs.h | 157 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()
|
/linux/fs/orangefs/ |
H A D | file.c | 554 static int orangefs_flush(struct file *file, fl_owner_t id) in orangefs_flush()
|
/linux/drivers/char/ |
H A D | ps3flash.c | 272 static int ps3flash_flush(struct file *file, fl_owner_t id) in ps3flash_flush()
|
/linux/drivers/accel/amdxdna/ |
H A D | amdxdna_pci_drv.c | 132 static int amdxdna_flush(struct file *f, fl_owner_t id) in amdxdna_flush()
|
/linux/drivers/usb/ |
H A D | usb-skeleton.c | 136 static int skel_flush(struct file *file, fl_owner_t id) in skel_flush()
|
/linux/fs/bcachefs/ |
H A D | thread_with_file.c | 259 static int thread_with_stdio_flush(struct file *file, fl_owner_t id) in thread_with_stdio_flush()
|
/linux/fs/overlayfs/ |
H A D | file.c | 637 static int ovl_flush(struct file *file, fl_owner_t id) in ovl_flush()
|
/linux/fs/nfsd/ |
H A D | nfs4state.c | 1521 filp_close(nf->nf_file, (fl_owner_t)lo); in nfs4_free_lock_stateid() 1791 (fl_owner_t)lo); in nfsd4_revoke_states() 5856 fl->c.flc_owner = (fl_owner_t)dp; in nfs4_alloc_init_lease() 7833 static fl_owner_t 7834 nfsd4_lm_get_owner(fl_owner_t owner) in nfsd4_lm_get_owner() 7843 nfsd4_lm_put_owner(fl_owner_t owner) in nfsd4_lm_put_owner() 8312 file_lock->c.flc_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(&lock_sop->lo_owner)); in nfsd4_lock() 8494 file_lock->c.flc_owner = (fl_owner_t)lo; in nfsd4_lockt() 8569 file_lock->c.flc_owner = (fl_owner_t)lockowner(nfs4_get_stateowner(stp->st_stateowner)); in nfsd4_locku() 8630 if (fl->c.flc_owner == (fl_owner_t)lowne in check_for_locks() [all...] |
/linux/fs/ |
H A D | locks.c | 331 bool locks_owner_has_blockers(struct file_lock_context *flctx, fl_owner_t owner) in locks_owner_has_blockers() 2604 void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
|
/linux/drivers/char/xillybus/ |
H A D | xillybus_core.c | 1177 static int xillybus_flush(struct file *filp, fl_owner_t id) in xillybus_flush()
|