Lines Matching refs:file
1134 static int ext4_write_begin(struct file *file, struct address_space *mapping, in ext4_write_begin() argument
1295 static int ext4_write_end(struct file *file, in ext4_write_end() argument
1321 copied = block_write_end(file, mapping, pos, in ext4_write_end()
1406 static int ext4_journalled_write_end(struct file *file, in ext4_journalled_write_end() argument
3004 static int ext4_da_write_begin(struct file *file, struct address_space *mapping, in ext4_da_write_begin() argument
3022 return ext4_write_begin(file, mapping, pos, in ext4_da_write_begin()
3138 static int ext4_da_write_end(struct file *file, in ext4_da_write_end() argument
3151 return ext4_write_end(file, mapping, pos, in ext4_da_write_end()
3187 ret = generic_write_end(file, mapping, pos, len, copied, in ext4_da_write_end()
3317 static int ext4_readpage(struct file *file, struct page *page) in ext4_readpage() argument
3731 struct file *file, sector_t *span) in ext4_iomap_swap_activate() argument
3733 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
4083 int ext4_punch_hole(struct file *file, loff_t offset, loff_t length) in ext4_punch_hole() argument
4085 struct inode *inode = file_inode(file); in ext4_punch_hole()
4147 ret = file_modified(file); in ext4_punch_hole()
6162 struct file *file = vma->vm_file; in ext4_page_mkwrite() local
6163 struct inode *inode = file_inode(file); in ext4_page_mkwrite()