| H A D | inode.c | 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 [all …]
|