| /include/linux/ |
| A D | fsverity.h | 45 int (*begin_enable_verity)(struct file *filp); 67 int (*end_enable_verity)(struct file *filp, const void *desc, 140 int fsverity_ioctl_enable(struct file *filp, const void __user *arg); 144 int fsverity_ioctl_measure(struct file *filp, void __user *arg); 151 int __fsverity_file_open(struct inode *inode, struct file *filp); 169 int fsverity_ioctl_read_metadata(struct file *filp, const void __user *uarg); 186 static inline int fsverity_ioctl_enable(struct file *filp, in fsverity_ioctl_enable() argument 194 static inline int fsverity_ioctl_measure(struct file *filp, void __user *arg) in fsverity_ioctl_measure() argument 229 static inline int fsverity_ioctl_read_metadata(struct file *filp, in fsverity_ioctl_read_metadata() argument 297 static inline int fsverity_file_open(struct inode *inode, struct file *filp) in fsverity_file_open() argument [all …]
|
| A D | filelock.h | 160 int fcntl_setlease(unsigned int fd, struct file *filp, int arg); 161 int fcntl_getlease(struct file *filp); 208 int vfs_cancel_lock(struct file *filp, struct file_lock *fl); 228 struct file *filp, struct files_struct *files); 269 static inline int fcntl_getlease(struct file *filp) in fcntl_getlease() argument 323 static inline void locks_remove_file(struct file *filp) in locks_remove_file() argument 381 static inline int generic_setlease(struct file *filp, int arg, in generic_setlease() argument 387 static inline int kernel_setlease(struct file *filp, int arg, in kernel_setlease() argument 393 static inline int vfs_setlease(struct file *filp, int arg, in vfs_setlease() argument 407 struct file *filp, struct files_struct *files) {} in show_fd_locks() argument [all …]
|
| A D | dnotify.h | 37 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() argument 41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned int arg) in fcntl_dirnotify() argument
|
| A D | fscrypt.h | 350 int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg); 351 int fscrypt_ioctl_get_policy_ex(struct file *filp, void __user *arg); 352 int fscrypt_ioctl_get_nonce(struct file *filp, void __user *arg); 381 int fscrypt_ioctl_add_key(struct file *filp, void __user *arg); 382 int fscrypt_ioctl_remove_key(struct file *filp, void __user *arg); 384 int fscrypt_ioctl_get_key_status(struct file *filp, void __user *arg); 423 int fscrypt_file_open(struct inode *inode, struct file *filp); 538 static inline int fscrypt_ioctl_set_policy(struct file *filp, in fscrypt_ioctl_set_policy() argument 549 static inline int fscrypt_ioctl_get_policy_ex(struct file *filp, in fscrypt_ioctl_get_policy_ex() argument 620 static inline int fscrypt_ioctl_remove_key_all_users(struct file *filp, in fscrypt_ioctl_remove_key_all_users() argument [all …]
|
| A D | poll.h | 42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() argument 45 p->_qproc(filp, wait_address, p); in poll_wait() 86 struct file *filp; member
|
| A D | tty_port.h | 238 struct file *filp); 240 struct file *filp); 243 struct file *filp); 247 struct file *filp);
|
| A D | tty_driver.h | 444 struct file *filp, int idx); 447 int (*open)(struct tty_struct * tty, struct file * filp); 448 void (*close)(struct tty_struct * tty, struct file * filp);
|
| A D | rpmsg.h | 191 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, 288 struct file *filp, poll_table *wait) in rpmsg_poll() argument
|
| A D | wwan.h | 69 __poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,
|
| A D | nfs_fs.h | 468 …nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struct file *filp); 470 extern void nfs_file_set_open_context(struct file *filp, struct nfs_open_context *ctx); 546 static inline struct nfs_open_context *nfs_file_open_context(struct file *filp) in nfs_file_open_context() argument 548 return filp->private_data; in nfs_file_open_context()
|
| A D | huge_mm.h | 339 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, 341 unsigned long thp_get_unmapped_area_vmflags(struct file *filp, unsigned long addr, 540 thp_get_unmapped_area_vmflags(struct file *filp, unsigned long addr, in thp_get_unmapped_area_vmflags() argument
|
| A D | fs.h | 1229 extern int f_setown(struct file *filp, int who, int force); 1230 extern void f_delown(struct file *filp); 1231 extern pid_t f_getown(struct file *filp); 2478 .ki_filp = filp, in init_sync_kiocb() 2479 .ki_flags = filp->f_iocb_flags, in init_sync_kiocb() 2485 struct file *filp) in kiocb_clone() argument 2488 .ki_filp = filp, in kiocb_clone() 2861 unsigned int time_attrs, struct file *filp); 3479 extern int generic_file_open(struct inode * inode, struct file * filp); 3480 extern int nonseekable_open(struct inode * inode, struct file * filp); [all …]
|
| /include/media/ |
| A D | v4l2-fh.h | 91 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()
|
| A D | media-devnode.h | 147 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()
|
| A D | v4l2-dv-timings.h | 280 struct file *filp, char __user *ubuf,
|
| /include/drm/ |
| A D | drm_file.h | 318 struct file *filp; member 467 int drm_open(struct inode *inode, struct file *filp); 468 int drm_open_helper(struct file *filp, struct drm_minor *minor); 469 ssize_t drm_read(struct file *filp, char __user *buffer, 471 int drm_release(struct inode *inode, struct file *filp); 472 int drm_release_noglobal(struct inode *inode, struct file *filp); 473 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
| A D | drm_ioctl.h | 67 typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd, 159 long drm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 162 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
|
| A D | drm_gem.h | 318 struct file *filp; member 493 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma); 530 int drm_gem_handle_delete(struct drm_file *filp, u32 handle); 547 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles, 549 struct drm_gem_object *drm_gem_object_lookup(struct drm_file *filp, u32 handle);
|
| A D | drm_accel.h | 60 int accel_open(struct inode *inode, struct file *filp);
|
| A D | drm_gem_vram_helper.h | 20 struct filp;
|
| A D | drm_gem_dma_helper.h | 235 unsigned long drm_gem_dma_get_unmapped_area(struct file *filp,
|
| /include/net/ |
| A D | af_unix.h | 16 struct unix_sock *unix_get_socket(struct file *filp); 18 static inline struct unix_sock *unix_get_socket(struct file *filp) in unix_get_socket() argument
|
| /include/linux/sched/ |
| A D | mm.h | 184 arch_get_unmapped_area(struct file *filp, unsigned long addr, 188 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr, 192 unsigned long mm_get_unmapped_area(struct mm_struct *mm, struct file *filp, 197 struct file *filp, 205 generic_get_unmapped_area(struct file *filp, unsigned long addr, 209 generic_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
|
| /include/rdma/ |
| A D | ib.h | 76 static inline bool ib_safe_file_access(struct file *filp) in ib_safe_file_access() argument 78 return filp->f_cred == current_cred(); in ib_safe_file_access()
|
| A D | uverbs_types.h | 188 int uverbs_uobject_fd_release(struct inode *inode, struct file *filp);
|