Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dbtrfs_inode.h489 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size);
Dreflink.c748 ret = btrfs_cont_expand(BTRFS_I(inode), inode->i_size, destoff); in btrfs_clone_files()
Dfile.c1167 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, end_pos); in btrfs_write_check()
3081 ret = btrfs_cont_expand(BTRFS_I(inode), i_size_read(inode), in btrfs_fallocate()
Dinode.c4848 int btrfs_cont_expand(struct btrfs_inode *inode, loff_t oldsize, loff_t size) in btrfs_cont_expand() function
4972 ret = btrfs_cont_expand(BTRFS_I(inode), oldsize, newsize); in btrfs_setsize()