Searched refs:btrfs_cont_expand (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | reflink.c | 702 ret = btrfs_cont_expand(inode, inode->i_size, destoff); in btrfs_clone_files()
|
| H A D | file.c | 1949 err = btrfs_cont_expand(inode, oldsize, end_pos); in btrfs_file_write_iter() 3343 ret = btrfs_cont_expand(inode, i_size_read(inode), in btrfs_fallocate()
|
| H A D | ctree.h | 3056 int btrfs_cont_expand(struct inode *inode, loff_t oldsize, loff_t size);
|
| H A D | inode.c | 4758 int btrfs_cont_expand(struct inode *inode, loff_t oldsize, loff_t size) in btrfs_cont_expand() function 4893 ret = btrfs_cont_expand(inode, oldsize, newsize); in btrfs_setsize()
|