Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dbtrfs_inode.h536 noinline int can_nocow_extent(struct btrfs_inode *inode, u64 offset, u64 *len,
H A Ddirect-io.c251 if (can_nocow_extent(BTRFS_I(inode), start, &len, &file_extent, in btrfs_get_blocks_direct_write()
H A Dfile.c1017 ret = can_nocow_extent(inode, lockstart, &num_bytes, NULL, nowait); in btrfs_check_nocow_lock()
H A Dinode.c7108 noinline int can_nocow_extent(struct btrfs_inode *inode, u64 offset, u64 *len, in can_nocow_extent() function