Searched defs:file (Results 51 - 75 of 1981) sorted by last modified time

1234567891011>>

/linux-master/net/unix/
H A Daf_unix.c3147 unix_poll(struct file *file, struct socket *sock, poll_table *wait) argument
3190 unix_dgram_poll(struct file *file, struct socket *sock, poll_table *wait) argument
[all...]
/linux-master/mm/
H A Dshmem.c2266 unsigned long shmem_get_unmapped_area(struct file *file, argument
2399 shmem_lock(struct file *file, int lock, struct ucounts *ucounts) argument
2427 shmem_mmap(struct file *file, struct vm_area_struct *vma) argument
2449 shmem_file_open(struct inode *inode, struct file *file) argument
2725 shmem_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
2760 shmem_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
2787 struct file *file = iocb->ki_filp; local
2906 struct file *file = iocb->ki_filp; local
3061 shmem_file_llseek(struct file *file, loff_t offset, int whence) argument
3081 shmem_fallocate(struct file *file, int mode, loff_t offset, loff_t len) argument
3298 shmem_tmpfile(struct mnt_idmap *idmap, struct inode *dir, struct file *file, umode_t mode) argument
4790 shmem_lock(struct file *file, int lock, struct ucounts *ucounts) argument
4800 shmem_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
4916 struct file *file; local
[all...]
H A Dpage_owner.c653 read_page_owner(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
750 static loff_t lseek_page_owner(struct file *file, loff_t offset, int orig) argument
932 static int page_owner_stack_open(struct inode *inode, struct file *file) argument
[all...]
H A Dmadvise.c266 struct file *file = vma->vm_file; local
[all...]
H A Dinternal.h1316 struct file *fil member in struct:vma_prepare
220 force_page_cache_readahead(struct address_space *mapping, struct file *file, pgoff_t index, unsigned long nr_to_read) argument
[all...]
H A Dhuge_memory.c3525 struct filename *file; local
3585 split_huge_pages_write(struct file *file, const char __user *buf, size_t count, loff_t *ppops) argument
[all...]
/linux-master/kernel/
H A Dfork.c669 struct file *file; local
[all...]
/linux-master/init/
H A Dmain.c1513 struct file *file = filp_open("/dev/console", O_RDWR, 0); local
/linux-master/include/linux/
H A Dshmem_fs.h162 static inline bool shmem_file(struct file *fil argument
[all...]
/linux-master/fs/nilfs2/
H A Ddir.c260 static int nilfs_readdir(struct file *file, struct dir_context *ctx) argument
/linux-master/fs/fuse/
H A Diomode.c168 static int fuse_file_passthrough_open(struct inode *inode, struct file *file) argument
197 fuse_file_io_open(struct file *file, struct inode *inode) argument
[all...]
H A Dfile.c172 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, argument
184 static void fuse_link_write_file(struct file *file) argument
199 fuse_finish_open(struct inode *inode, struct file *file) argument
220 fuse_truncate_update_attr(struct inode *inode, struct file *file) argument
233 fuse_open(struct inode *inode, struct file *file) argument
362 fuse_release_common(struct file *file, bool isdir) argument
368 fuse_release(struct inode *inode, struct file *file) argument
501 fuse_flush(struct file *file, fl_owner_t id) argument
558 fuse_fsync_common(struct file *file, loff_t start, loff_t end, int datasync, int opcode) argument
578 fuse_fsync(struct file *file, loff_t start, loff_t end, int datasync) argument
628 fuse_read_args_fill(struct fuse_io_args *ia, struct file *file, loff_t pos, size_t count, int opcode) argument
804 struct file *file = ia->io->iocb->ki_filp; local
851 fuse_do_readpage(struct file *file, struct page *page) argument
895 fuse_read_folio(struct file *file, struct folio *folio) argument
953 fuse_send_readpages(struct fuse_io_args *ia, struct file *file) argument
1092 struct file *file = iocb->ki_filp; local
1139 struct file *file = iocb->ki_filp; local
1334 struct file *file = iocb->ki_filp; local
1404 struct file *file = iocb->ki_filp; local
1537 struct file *file = io->iocb->ki_filp; local
1693 struct file *file = iocb->ki_filp; local
1714 struct file *file = iocb->ki_filp; local
2393 fuse_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
2437 fuse_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
2533 fuse_file_mmap(struct file *file, struct vm_area_struct *vma) argument
2626 fuse_lk_fill(struct fuse_args *args, struct file *file, const struct file_lock *fl, int opcode, pid_t pid, int flock, struct fuse_lk_in *inarg) argument
2650 fuse_getlk(struct file *file, struct file_lock *fl) argument
2670 fuse_setlk(struct file *file, struct file_lock *fl, int flock) argument
2696 fuse_file_lock(struct file *file, int cmd, struct file_lock *fl) argument
2719 fuse_file_flock(struct file *file, int cmd, struct file_lock *fl) argument
2768 fuse_lseek(struct file *file, loff_t offset, int whence) argument
2812 fuse_file_llseek(struct file *file, loff_t offset, int whence) argument
2894 fuse_file_poll(struct file *file, poll_table *wait) argument
2962 fuse_do_truncate(struct file *file) argument
2973 fuse_do_setattr(file_dentry(file), &attr, file); local
2986 struct file *file = iocb->ki_filp; local
3087 fuse_file_fallocate(struct file *file, int mode, loff_t offset, loff_t length) argument
[all...]
H A Dfuse_i.h81 struct file *file; member in struct:fuse_backing
559 struct file *file; member in struct:fuse_fs_context
[all...]
H A Ddir.c612 fuse_create_open(struct inode *dir, struct dentry *entry, struct file *file, unsigned int flags, umode_t mode, u32 opcode) argument
727 fuse_atomic_open(struct inode *dir, struct dentry *entry, struct file *file, unsigned flags, umode_t mode) argument
876 fuse_tmpfile(struct mnt_idmap *idmap, struct inode *dir, struct file *file, umode_t mode) argument
1181 fuse_do_statx(struct inode *inode, struct file *file, struct kstat *stat) argument
1242 fuse_do_getattr(struct inode *inode, struct kstat *stat, struct file *file) argument
1288 fuse_update_get_attr(struct inode *inode, struct file *file, struct kstat *stat, u32 request_mask, unsigned int flags) argument
1343 fuse_update_attributes(struct inode *inode, struct file *file, u32 mask) argument
1640 fuse_dir_open(struct inode *inode, struct file *file) argument
1668 fuse_dir_release(struct inode *inode, struct file *file) argument
1675 fuse_dir_fsync(struct file *file, loff_t start, loff_t end, int datasync) argument
1699 fuse_dir_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
1711 fuse_dir_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
1871 fuse_do_setattr(struct dentry *dentry, struct iattr *attr, struct file *file) argument
2044 struct file *file = (attr->ia_valid & ATTR_FILE) ? attr->ia_file : NULL; local
[all...]
H A Dcuse.c114 static int cuse_open(struct inode *inode, struct file *file) argument
144 cuse_release(struct inode *inode, struct file *file) argument
155 cuse_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
168 cuse_file_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
499 cuse_channel_open(struct inode *inode, struct file *file) argument
547 cuse_channel_release(struct inode *inode, struct file *file) argument
[all...]
/linux-master/fs/9p/
H A Dvfs_file.c40 int v9fs_file_open(struct inode *inode, struct file *file) argument
398 struct file *file = iocb->ki_filp; local
[all...]
/linux-master/drivers/net/
H A Dtun.c215 struct file *file; member in struct:tun_struct
754 static int tun_attach(struct tun_struct *tun, struct file *file, argument
1420 static __poll_t tun_chr_poll(struct file *file, poll_table *wait) argument
2036 struct file *file = iocb->ki_filp; local
2257 struct file *file = iocb->ki_filp; local
2736 tun_set_iff(struct net *net, struct file *file, struct ifreq *ifr) argument
2975 tun_set_queue(struct file *file, struct ifreq *ifr) argument
3070 __tun_chr_ioctl(struct file *file, unsigned int cmd, unsigned long arg, int ifreq_len) argument
3404 tun_chr_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
3411 tun_chr_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
3439 tun_chr_fasync(int fd, struct file *file, int on) argument
3457 tun_chr_open(struct inode *inode, struct file * file) argument
3496 tun_chr_close(struct inode *inode, struct file *file) argument
3506 tun_chr_show_fdinfo(struct seq_file *m, struct file *file) argument
3771 tun_get_socket(struct file *file) argument
3783 tun_get_tx_ring(struct file *file) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1803 static int vhca_id_show(struct seq_file *file, void *priv) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c269 struct drm_file *file; local
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_irq.c105 struct v3d_file_priv *file = v3d->bin_job->base.file->driver_priv; local
125 struct v3d_file_priv *file = v3d->render_job->base.file->driver_priv; local
145 struct v3d_file_priv *file = v3d->csd_job->base.file->driver_priv; local
192 struct v3d_file_priv *file = v3d->tfu_job->base.file->driver_priv; local
[all...]
/linux-master/drivers/char/
H A Drandom.c1393 static __poll_t random_poll(struct file *file, poll_table *wait) argument
/linux-master/fs/btrfs/
H A Dextent_io.c1142 int btrfs_read_folio(struct file *file, struct folio *folio) argument
[all...]
/linux-master/include/asm-generic/
H A Dbug.h41 const char *file; member in struct:bug_entry
/linux-master/fs/kernfs/
H A Dfile.c97 static struct kernfs_open_file *kernfs_of(struct file *file) argument
354 struct file *file = vma->vm_file; local
371 struct file *file = vmf->vma->vm_file; local
391 struct file *file = vmf->vma->vm_file; local
414 struct file *file = vma->vm_file; local
439 kernfs_fop_mmap(struct file *file, struct vm_area_struct *vma) argument
592 kernfs_fop_open(struct inode *inode, struct file *file) argument
866 kernfs_fop_llseek(struct file *file, loff_t offset, int whence) argument
[all...]
/linux-master/fs/bcachefs/
H A Dfs-io.c191 int bch2_fsync(struct file *file, loff_t start, loff_t end, int datasync) argument
761 long bch2_fallocate_dispatch(struct file *file, int mode, argument
933 bch2_seek_data(struct file *file, u64 offset) argument
986 bch2_seek_hole(struct file *file, u64 offset) argument
1043 bch2_llseek(struct file *file, loff_t offset, int whence) argument
[all...]

Completed in 933 milliseconds

1234567891011>>