Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dbtrfs_inode.h598 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size);
H A Dreflink.c725 ret = btrfs_cont_expand(BTRFS_I(inode), inode->i_size, destoff); in btrfs_clone_files()
H A Dfile.c1073 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, end_pos); in btrfs_write_check()
2985 ret = btrfs_cont_expand(BTRFS_I(inode), i_size_read(inode), in btrfs_fallocate()
H A Dinode.c4973 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size) in btrfs_cont_expand() function
5093 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, newsize); in btrfs_setsize()