Home
last modified time | relevance | path

Searched defs:filp (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Ddnotify.h37 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush()
41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify()
Dfscrypt_notsupp.h81 static inline int fscrypt_ioctl_set_policy(struct file *filp, in fscrypt_ioctl_set_policy()
87 static inline int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg) in fscrypt_ioctl_get_policy()
188 static inline int fscrypt_file_open(struct inode *inode, struct file *filp) in fscrypt_file_open()
Dpoll.h42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait()
76 struct file *filp; member
Dfs.h360 static inline void init_sync_kiocb(struct kiocb *kiocb, struct file *filp) in init_sync_kiocb()
1171 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease()
1176 static inline int fcntl_getlease(struct file *filp) in fcntl_getlease()
1201 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix()
1206 static inline void locks_remove_file(struct file *filp) in locks_remove_file()
1211 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock()
1216 static inline int posix_lock_file(struct file *filp, struct file_lock *fl, in posix_lock_file()
1227 static inline int vfs_test_lock(struct file *filp, struct file_lock *fl) in vfs_test_lock()
1232 static inline int vfs_lock_file(struct file *filp, unsigned int cmd, in vfs_lock_file()
1238 static inline int vfs_cancel_lock(struct file *filp, struct file_lock *fl) in vfs_cancel_lock()
[all …]
Ddebugfs.h55 static inline const struct file_operations *debugfs_real_fops(struct file *filp) in debugfs_real_fops()
Dnfs_fs.h426 static inline struct nfs_open_context *nfs_file_open_context(struct file *filp) in nfs_file_open_context()
/include/media/
Dv4l2-fh.h166 static inline int v4l2_fh_is_singular_file(struct file *filp) in v4l2_fh_is_singular_file()
Dmedia-devnode.h159 static inline struct media_devnode *media_devnode_data(struct file *filp) in media_devnode_data()
/include/drm/
Ddrm_gem.h83 struct file *filp; member
DdrmP.h409 struct file *filp; member
/include/rdma/
Dib.h100 static inline bool ib_safe_file_access(struct file *filp) in ib_safe_file_access()
/include/net/
Dsock.h1912 static inline void sock_poll_wait(struct file *filp, in sock_poll_wait()