Searched refs:pagecache_write_end (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/hfsplus/ |
D | extents.c | 553 res = pagecache_write_end(NULL, mapping, size, in hfsplus_file_truncate()
|
/linux-4.1.27/fs/hfs/ |
D | extent.c | 491 res = pagecache_write_end(NULL, mapping, size+1, 0, 0, in hfs_file_truncate()
|
/linux-4.1.27/fs/ |
D | buffer.c | 2266 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2303 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero() 2337 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero()
|
D | namei.c | 4548 err = pagecache_write_end(NULL, mapping, 0, len-1, len-1, in __page_symlink()
|
/linux-4.1.27/mm/ |
D | filemap.c | 2322 int pagecache_write_end(struct file *file, struct address_space *mapping, in pagecache_write_end() function 2330 EXPORT_SYMBOL(pagecache_write_end);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_file.c | 119 status = pagecache_write_end(NULL, mapping, pos, bytes, bytes, in xfs_iozero()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 421 int pagecache_write_end(struct file *, struct address_space *mapping,
|