Searched refs:pagecache_write_end (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/fs/hfs/ |
D | extent.c | 476 res = pagecache_write_end(NULL, mapping, size+1, 0, 0, in hfs_file_truncate()
|
/linux-3.4.99/fs/hfsplus/ |
D | extents.c | 527 res = pagecache_write_end(NULL, mapping, size, in hfsplus_file_truncate()
|
/linux-3.4.99/fs/ |
D | buffer.c | 2177 err = pagecache_write_end(NULL, mapping, size, 0, 0, page, fsdata); in generic_cont_expand_simple() 2214 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero() 2243 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero()
|
D | splice.c | 757 ret = pagecache_write_end(file, mapping, sd->pos, this_len, this_len, in pipe_to_file()
|
D | namei.c | 3446 err = pagecache_write_end(NULL, mapping, 0, len-1, len-1, in __page_symlink()
|
/linux-3.4.99/fs/xfs/ |
D | xfs_file.c | 116 status = pagecache_write_end(NULL, mapping, pos, bytes, bytes, in xfs_iozero()
|
/linux-3.4.99/mm/ |
D | filemap.c | 2243 int pagecache_write_end(struct file *file, struct address_space *mapping, in pagecache_write_end() function 2252 EXPORT_SYMBOL(pagecache_write_end);
|
/linux-3.4.99/include/linux/ |
D | fs.h | 641 int pagecache_write_end(struct file *, struct address_space *mapping,
|