Searched refs:can_nocow_extent (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | btrfs_inode.h | 415 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len,
|
H A D | inode.c | 7052 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len, in can_nocow_extent() function 7328 if (can_nocow_extent(inode, start, &len, &orig_start, in btrfs_get_blocks_direct_write() 10710 ret = can_nocow_extent(inode, start, &len, NULL, NULL, NULL, false, true); in btrfs_swap_activate()
|
H A D | file.c | 1092 ret = can_nocow_extent(&inode->vfs_inode, lockstart, &num_bytes, in btrfs_check_nocow_lock() 1143 * can_nocow_extent() at btrfs_get_blocks_direct_write()). in btrfs_write_check()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 7015 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len, in can_nocow_extent() function 7331 if (can_nocow_extent(inode, start, &len, &orig_start, in btrfs_get_blocks_direct_write() 10294 ret = can_nocow_extent(inode, start, &len, NULL, NULL, NULL, true); in btrfs_swap_activate()
|
H A D | file.c | 1508 ret = can_nocow_extent(&inode->vfs_inode, lockstart, &num_bytes, in check_can_nocow()
|
H A D | ctree.h | 2986 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len,
|
Completed in 39 milliseconds