Home
last modified time | relevance | path

Searched refs:found_type (Results 1 – 5 of 5) sorted by relevance

/fs/btrfs/
Dtree-log.c587 int found_type; in replay_one_extent() local
597 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
599 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
600 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
610 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
635 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
636 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
667 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
668 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
826 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
[all …]
Dinode.c4655 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
4737 found_type = found_key.type; in btrfs_truncate_inode_items()
4742 if (found_type < min_type) in btrfs_truncate_inode_items()
4746 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
4767 if (found_type > min_type) { in btrfs_truncate_inode_items()
4779 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
4889 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
7384 int found_type; in can_nocow_extent() local
7420 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7421 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent()
[all …]
Dextent-tree.c2692 int found_type; in btrfs_exclude_logged_extents() local
2704 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2705 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
Dextent_io.c4589 u32 found_type; in extent_fiemap() local
4641 found_type = found_key.type; in extent_fiemap()
4645 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
Dsend.c1703 u8 *found_type) in lookup_dir_item_inode() argument
1726 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()