Searched refs:btrfs_lookup_ordered_extent (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ordered-data.h | 175 struct btrfs_ordered_extent *btrfs_lookup_ordered_extent(struct btrfs_inode *inode,
|
H A D | ordered-data.c | 742 struct btrfs_ordered_extent *btrfs_lookup_ordered_extent(struct btrfs_inode *inode, in btrfs_lookup_ordered_extent() function 876 ordered = btrfs_lookup_ordered_extent(inode, offset); in btrfs_find_ordered_sum()
|
H A D | file-item.c | 570 ordered = btrfs_lookup_ordered_extent(inode, offset); in btrfs_csum_one_bio() 609 ordered = btrfs_lookup_ordered_extent(inode, in btrfs_csum_one_bio()
|
H A D | relocation.c | 3920 ordered = btrfs_lookup_ordered_extent(inode, file_pos); in btrfs_reloc_clone_csums()
|
H A D | ioctl.c | 1330 ordered = btrfs_lookup_ordered_extent(BTRFS_I(inode), in cluster_pages_for_defrag()
|
H A D | inode.c | 4641 ordered = btrfs_lookup_ordered_extent(BTRFS_I(inode), block_start); in btrfs_truncate_block()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ordered-data.h | 186 struct btrfs_ordered_extent *btrfs_lookup_ordered_extent(struct btrfs_inode *inode,
|
H A D | ordered-data.c | 878 struct btrfs_ordered_extent *btrfs_lookup_ordered_extent(struct btrfs_inode *inode, in btrfs_lookup_ordered_extent() function 1006 * And the difference against btrfs_lookup_ordered_extent() is, this function
|
H A D | extent_io.c | 762 ordered = btrfs_lookup_ordered_extent(inode, file_offset); in alloc_new_bio()
|
H A D | inode.c | 4755 ordered = btrfs_lookup_ordered_extent(inode, block_start); in btrfs_truncate_block()
|
Completed in 64 milliseconds