/include/media/ |
D | v4l2-fh.h | 65 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()
|
D | media-devnode.h | 88 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/ |
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 long arg) in fcntl_dirnotify() argument
|
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() 76 struct file *filp; member
|
D | fs.h | 355 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 …]
|
D | aio.h | 74 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()
|
D | tty_driver.h | 250 int (*open)(struct tty_struct * tty, struct file * filp); 251 void (*close)(struct tty_struct * tty, struct file * filp);
|
D | relay.h | 109 struct file *filp); 119 struct file *filp);
|
D | tty.h | 431 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);
|
D | nfs_fs.h | 359 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()
|
D | netlink.h | 81 struct sock *netlink_getsockbyfilp(struct file *filp);
|
D | ring_buffer.h | 102 struct file *filp, poll_table *poll_table);
|
D | mm_types.h | 335 unsigned long (*get_unmapped_area) (struct file *filp,
|
D | kvm_host.h | 579 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);
|
D | mm.h | 1581 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, 1586 struct file *filp, 1592 struct file *filp, 1600 struct file *filp);
|
D | sched.h | 322 arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
|
/include/drm/ |
D | drm_gem_cma_helper.h | 28 int drm_gem_cma_mmap(struct file *filp, struct vm_area_struct *vma);
|
D | drmP.h | 302 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/ |
D | ttm_bo_api.h | 698 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,
|
D | ttm_bo_driver.h | 413 struct file *filp);
|
/include/net/ |
D | af_unix.h | 13 extern struct sock *unix_get_socket(struct file *filp);
|
D | sock.h | 1968 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()
|