Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dbtrfs_inode.h550 noinline int can_nocow_extent(struct btrfs_inode *inode, u64 offset, u64 *len,
H A Ddirect-io.c252 if (can_nocow_extent(BTRFS_I(inode), start, &len, &file_extent, in btrfs_get_blocks_direct_write()
H A Dfile.c1012 ret = can_nocow_extent(inode, cur_offset, &num_bytes, NULL, nowait); in btrfs_check_nocow_lock()
H A Dinode.c7433 noinline int can_nocow_extent(struct btrfs_inode *inode, u64 offset, u64 *len, in can_nocow_extent() function