Home
last modified time | relevance | path

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

12

/include/linux/
A Dfsverity.h45 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 Dfilelock.h160 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 Ddnotify.h37 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 Dfscrypt.h350 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 Dpoll.h42 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 Dtty_port.h238 struct file *filp);
240 struct file *filp);
243 struct file *filp);
247 struct file *filp);
A Dtty_driver.h444 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 Drpmsg.h191 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
288 struct file *filp, poll_table *wait) in rpmsg_poll() argument
A Dwwan.h69 __poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,
A Dnfs_fs.h468 …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 Dhuge_mm.h339 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 Dfs.h1229 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 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()
A 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()
A Dv4l2-dv-timings.h280 struct file *filp, char __user *ubuf,
/include/drm/
A Ddrm_file.h318 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 Ddrm_ioctl.h67 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 Ddrm_gem.h318 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 Ddrm_accel.h60 int accel_open(struct inode *inode, struct file *filp);
A Ddrm_gem_vram_helper.h20 struct filp;
A Ddrm_gem_dma_helper.h235 unsigned long drm_gem_dma_get_unmapped_area(struct file *filp,
/include/net/
A Daf_unix.h16 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 Dmm.h184 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 Dib.h76 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 Duverbs_types.h188 int uverbs_uobject_fd_release(struct inode *inode, struct file *filp);

Completed in 55 milliseconds

12