Searched refs:btrfs_cont_expand (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | reflink.c | 724 ret = btrfs_cont_expand(BTRFS_I(inode), inode->i_size, destoff); in btrfs_clone_files()
|
| H A D | file.c | 1084 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, end_pos); in btrfs_write_check() 3157 ret = btrfs_cont_expand(BTRFS_I(inode), i_size_read(inode), in btrfs_fallocate()
|
| H A D | inode.c | 5297 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size) in btrfs_cont_expand() function 5417 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, newsize); in btrfs_setsize()
|