Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dtree-log.c579 int found_type; in replay_one_extent() local
589 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
591 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
592 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
602 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
627 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
628 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
659 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
660 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
813 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
[all …]
Dinode.c4627 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
4710 found_type = found_key.type; in btrfs_truncate_inode_items()
4715 if (found_type < min_type) in btrfs_truncate_inode_items()
4719 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
4740 if (found_type > min_type) { in btrfs_truncate_inode_items()
4752 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
4866 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
6951 u32 found_type; in btrfs_get_extent() local
7017 found_type = found_key.type; in btrfs_get_extent()
7019 found_type != BTRFS_EXTENT_DATA_KEY) { in btrfs_get_extent()
[all …]
Dextent_io.c4555 u32 found_type; in extent_fiemap() local
4599 found_type = found_key.type; in extent_fiemap()
4603 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
Dsend.c1717 u8 *found_type) in lookup_dir_item_inode() argument
1744 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()
Dextent-tree.c6312 int found_type; in btrfs_exclude_logged_extents() local
6324 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
6325 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()