Home
last modified time | relevance | path

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

/include/media/
Dv4l2-fh.h65 int v4l2_fh_open(struct file *filp);
86 int v4l2_fh_release(struct file *filp);
96 static inline int v4l2_fh_is_singular_file(struct file *filp) in v4l2_fh_is_singular_file() argument
98 return v4l2_fh_is_singular(filp->private_data); in v4l2_fh_is_singular_file()
Dmedia-devnode.h88 static inline struct media_devnode *media_devnode_data(struct file *filp) in media_devnode_data() argument
90 return filp->private_data; in media_devnode_data()
/include/linux/
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 long arg) in fcntl_dirnotify() argument
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()
76 struct file *filp; member
Dfs.h355 int (*readpages)(struct file *filp, struct address_space *mapping,
864 static inline void file_take_write(struct file *filp) {} in file_take_write() argument
865 static inline void file_release_write(struct file *filp) {} in file_release_write() argument
866 static inline void file_reset_write(struct file *filp) {} in file_reset_write() argument
867 static inline void file_check_state(struct file *filp) {} in file_check_state() argument
868 static inline int file_check_writeable(struct file *filp) in file_check_writeable() argument
987 extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg);
988 extern int fcntl_getlease(struct file *filp);
1005 extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl);
1006 extern int flock_lock_file_wait(struct file *filp, struct file_lock *fl);
[all …]
Daio.h74 static inline void init_sync_kiocb(struct kiocb *kiocb, struct file *filp) in init_sync_kiocb() argument
79 .ki_filp = filp, in init_sync_kiocb()
Dtty_driver.h250 int (*open)(struct tty_struct * tty, struct file * filp);
251 void (*close)(struct tty_struct * tty, struct file * filp);
Drelay.h109 struct file *filp);
119 struct file *filp);
Dtty.h431 extern void tty_unhangup(struct file *filp);
432 extern int tty_hung_up_p(struct file *filp);
489 extern int tty_release(struct inode *inode, struct file *filp);
541 struct tty_struct *tty, struct file *filp);
543 struct tty_struct *tty, struct file *filp);
546 struct tty_struct *tty, struct file *filp);
550 struct tty_struct *tty, struct file *filp);
614 extern int pcxe_open(struct tty_struct *tty, struct file *filp);
Dnfs_fs.h359 extern void nfs_file_set_open_context(struct file *filp, struct nfs_open_context *ctx);
420 static inline struct nfs_open_context *nfs_file_open_context(struct file *filp) in nfs_file_open_context() argument
422 return filp->private_data; in nfs_file_open_context()
Dnetlink.h81 struct sock *netlink_getsockbyfilp(struct file *filp);
Dring_buffer.h102 struct file *filp, poll_table *poll_table);
Dmm_types.h335 unsigned long (*get_unmapped_area) (struct file *filp,
Dkvm_host.h579 long kvm_arch_dev_ioctl(struct file *filp,
581 long kvm_arch_vcpu_ioctl(struct file *filp,
596 long kvm_arch_vm_ioctl(struct file *filp,
1049 struct kvm_device *kvm_device_from_filp(struct file *filp);
Dmm.h1581 int force_page_cache_readahead(struct address_space *mapping, struct file *filp,
1586 struct file *filp,
1592 struct file *filp,
1600 struct file *filp);
Dsched.h322 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
/include/drm/
Ddrm_gem_cma_helper.h28 int drm_gem_cma_mmap(struct file *filp, struct vm_area_struct *vma);
DdrmP.h302 typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd,
447 struct file *filp; member
647 struct file *filp; member
1309 extern long drm_ioctl(struct file *filp,
1311 extern long drm_compat_ioctl(struct file *filp,
1317 extern int drm_open(struct inode *inode, struct file *filp);
1318 extern int drm_stub_open(struct inode *inode, struct file *filp);
1319 extern int drm_fasync(int fd, struct file *filp, int on);
1320 extern ssize_t drm_read(struct file *filp, char __user *buffer,
1322 extern int drm_release(struct inode *inode, struct file *filp);
[all …]
/include/drm/ttm/
Dttm_bo_api.h698 extern int ttm_bo_mmap(struct file *filp, struct vm_area_struct *vma,
722 extern ssize_t ttm_bo_io(struct ttm_bo_device *bdev, struct file *filp,
Dttm_bo_driver.h413 struct file *filp);
/include/net/
Daf_unix.h13 extern struct sock *unix_get_socket(struct file *filp);
Dsock.h1968 static inline void sock_poll_wait(struct file *filp, in sock_poll_wait() argument
1972 poll_wait(filp, wait_address, p); in sock_poll_wait()