Lines Matching defs:file
3 * linux/fs/ext4/file.c
12 * linux/fs/minix/file.c
16 * ext4 fs regular file handling primitives
18 * 64-bit file support on 64-bit platforms by Jakub Jelinek
139 static int ext4_release_file(struct inode *inode, struct file *filp)
226 * If we have encountered a bitmap-format file, the size limit
296 * uninitialized blocks in a file even if we didn't succeed in writing
385 * If we are extending the file, we have to update i_size here before
424 struct file *file = iocb->ki_filp;
425 struct inode *inode = file_inode(file);
457 ret = file_modified(file);
699 * COW page; COW writes should *not* poke the journal (the file will not
767 static int ext4_file_mmap(struct file *file, struct vm_area_struct *vma)
769 struct inode *inode = file->f_mapping->host;
783 file_accessed(file);
784 if (IS_DAX(file_inode(file))) {
844 static int ext4_file_open(struct inode *inode, struct file *filp)
882 loff_t ext4_llseek(struct file *file, loff_t offset, int whence)
884 struct inode *inode = file->f_mapping->host;
894 return generic_file_llseek_size(file, offset, whence,
912 return vfs_setpos(file, offset, maxbytes);