Searched refs:inode_should_defrag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 448 static inline void inode_should_defrag(struct btrfs_inode *inode, in inode_should_defrag() function 494 inode_should_defrag(BTRFS_I(inode), start, end, end - start + 1, in compress_file_range() 1006 inode_should_defrag(inode, start, end, num_bytes, SZ_64K); in cow_file_range()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 807 static inline void inode_should_defrag(struct btrfs_inode *inode, in inode_should_defrag() function 850 inode_should_defrag(inode, start, end, end - start + 1, SZ_16K); in compress_file_range() 1303 inode_should_defrag(inode, start, end, num_bytes, SZ_64K); in cow_file_range()
|
Completed in 26 milliseconds