Home
last modified time | relevance | path

Searched refs:filp (Results 1 – 25 of 33) sorted by relevance

12

/include/linux/
Dfsverity.h33 int (*begin_enable_verity)(struct file *filp);
55 int (*end_enable_verity)(struct file *filp, const void *desc,
124 int fsverity_ioctl_enable(struct file *filp, const void __user *arg);
128 int fsverity_ioctl_measure(struct file *filp, void __user *arg);
132 int fsverity_file_open(struct inode *inode, struct file *filp);
151 static inline int fsverity_ioctl_enable(struct file *filp, in fsverity_ioctl_enable() argument
159 static inline int fsverity_ioctl_measure(struct file *filp, void __user *arg) in fsverity_ioctl_measure() argument
166 static inline int fsverity_file_open(struct inode *inode, struct file *filp) in fsverity_file_open() argument
Ddnotify.h38 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() argument
42 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify() argument
Dfscrypt.h184 int fscrypt_ioctl_set_policy(struct file *filp, const void __user *arg);
185 int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg);
186 int fscrypt_ioctl_get_policy_ex(struct file *filp, void __user *arg);
187 int fscrypt_ioctl_get_nonce(struct file *filp, void __user *arg);
210 int fscrypt_ioctl_add_key(struct file *filp, void __user *arg);
211 int fscrypt_ioctl_remove_key(struct file *filp, void __user *arg);
212 int fscrypt_ioctl_remove_key_all_users(struct file *filp, void __user *arg);
213 int fscrypt_ioctl_get_key_status(struct file *filp, void __user *arg);
247 int fscrypt_file_open(struct inode *inode, struct file *filp);
351 static inline int fscrypt_ioctl_set_policy(struct file *filp, in fscrypt_ioctl_set_policy() argument
[all …]
Dpoll.h44 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() argument
47 p->_qproc(filp, wait_address, p); in poll_wait()
90 struct file *filp; member
Dtty_driver.h256 struct file *filp, int idx);
259 int (*open)(struct tty_struct * tty, struct file * filp);
260 void (*close)(struct tty_struct * tty, struct file * filp);
Dfs.h386 int (*readpages)(struct file *filp, struct address_space *mapping,
1193 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg);
1194 extern int fcntl_getlease(struct file *filp);
1211 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
1225 struct file *filp, struct files_struct *files);
1252 static inline int fcntl_setlease(unsigned int fd, struct file *filp, long arg) in fcntl_setlease() argument
1257 static inline int fcntl_getlease(struct file *filp) in fcntl_getlease() argument
1282 static inline void locks_remove_posix(struct file *filp, fl_owner_t owner) in locks_remove_posix() argument
1287 static inline void locks_remove_file(struct file *filp) in locks_remove_file() argument
1292 static inline void posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() argument
[all …]
Drelay.h112 struct file *filp);
122 struct file *filp);
Drpmsg.h146 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
257 struct file *filp, poll_table *wait) in rpmsg_poll() argument
Dnfs_fs.h398 …nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struct file *filp);
400 extern void nfs_file_set_open_context(struct file *filp, struct nfs_open_context *ctx);
463 static inline struct nfs_open_context *nfs_file_open_context(struct file *filp) in nfs_file_open_context() argument
465 return filp->private_data; in nfs_file_open_context()
Dtty.h509 extern int tty_hung_up_p(struct file *filp);
512 extern void tty_open_proc_set_tty(struct file *filp, struct tty_struct *tty);
572 extern int tty_release(struct inode *inode, struct file *filp);
701 struct tty_struct *tty, struct file *filp);
703 struct tty_struct *tty, struct file *filp);
706 struct tty_struct *tty, struct file *filp);
710 struct tty_struct *tty, struct file *filp);
Dring_buffer.h102 struct file *filp, poll_table *poll_table);
/include/media/
Dv4l2-fh.h91 int v4l2_fh_open(struct file *filp);
133 int v4l2_fh_release(struct file *filp);
156 static inline int v4l2_fh_is_singular_file(struct file *filp) in v4l2_fh_is_singular_file() argument
158 return v4l2_fh_is_singular(filp->private_data); in v4l2_fh_is_singular_file()
Dmedia-devnode.h147 static inline struct media_devnode *media_devnode_data(struct file *filp) in media_devnode_data() argument
149 return filp->private_data; in media_devnode_data()
/include/drm/
Ddrm_file.h260 struct file *filp; member
372 int drm_open(struct inode *inode, struct file *filp);
373 ssize_t drm_read(struct file *filp, char __user *buffer,
375 int drm_release(struct inode *inode, struct file *filp);
376 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
Ddrm_vram_mm_helper.h25 int (*verify_access)(struct ttm_buffer_object *bo, struct file *filp);
68 int drm_vram_mm_mmap(struct file *filp, struct vm_area_struct *vma,
85 struct file *filp, struct vm_area_struct *vma);
Ddrm_ioctl.h67 typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd,
171 long drm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
174 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
Ddrm_gem.h209 struct file *filp; member
338 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma);
379 int drm_gem_handle_delete(struct drm_file *filp, u32 handle);
390 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles,
392 struct drm_gem_object *drm_gem_object_lookup(struct drm_file *filp, u32 handle);
Ddrm_gem_vram_helper.h13 struct filp;
102 struct file *filp);
Ddrm_gem_cma_helper.h80 int drm_gem_cma_mmap(struct file *filp, struct vm_area_struct *vma);
89 unsigned long drm_gem_cma_get_unmapped_area(struct file *filp,
Ddrm_gem_shmem_helper.h159 int drm_gem_shmem_mmap(struct file *filp, struct vm_area_struct *vma);
Ddrm_legacy.h166 int drm_legacy_mmap(struct file *filp, struct vm_area_struct *vma);
/include/rdma/
Dib.h103 static inline bool ib_safe_file_access(struct file *filp) in ib_safe_file_access() argument
105 return filp->f_cred == current_cred() && !uaccess_kernel(); in ib_safe_file_access()
/include/drm/ttm/
Dttm_bo_api.h734 int ttm_bo_mmap(struct file *filp, struct vm_area_struct *vma,
761 ssize_t ttm_bo_io(struct ttm_bo_device *bdev, struct file *filp,
/include/net/
Daf_unix.h16 struct sock *unix_get_socket(struct file *filp);
/include/linux/sched/
Dmm.h150 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,

12