Home
last modified time | relevance | path

Searched refs:can_nocow_extent (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/btrfs/
Dinode.c6999 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len, in can_nocow_extent() function
7315 if (can_nocow_extent(inode, start, &len, &orig_start, in btrfs_get_blocks_direct_write()
10160 ret = can_nocow_extent(inode, start, &len, NULL, NULL, NULL, true); in btrfs_swap_activate()
Dfile.c1509 ret = can_nocow_extent(&inode->vfs_inode, lockstart, &num_bytes, in check_can_nocow()
Dctree.h2981 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len,