Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode.c7018 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len, in can_nocow_extent() function
7334 if (can_nocow_extent(inode, start, &len, &orig_start, in btrfs_get_blocks_direct_write()
10297 ret = can_nocow_extent(inode, start, &len, NULL, NULL, NULL, true); in btrfs_swap_activate()
H A Dfile.c1508 ret = can_nocow_extent(&inode->vfs_inode, lockstart, &num_bytes, in check_can_nocow()
H A Dctree.h2988 noinline int can_nocow_extent(struct inode *inode, u64 offset, u64 *len,