Searched refs:btrfs_cont_expand (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dbtrfs_inode.h518 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size);
H A Dreflink.c747 ret = btrfs_cont_expand(BTRFS_I(inode), inode->i_size, destoff);
H A Dfile.c1172 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, end_pos);
3096 ret = btrfs_cont_expand(BTRFS_I(inode), i_size_read(inode),
H A Dinode.c4925 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size) function
5047 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, newsize);

Completed in 182 milliseconds