Home
last modified time | relevance | path

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

/fs/btrfs/
A Dinode-item.c456 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
518 found_type = found_key.type; in btrfs_truncate_inode_items()
523 if (found_type < control->min_type) in btrfs_truncate_inode_items()
527 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
542 if (found_type > control->min_type) { in btrfs_truncate_inode_items()
554 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
677 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
A Dtree-log.c629 int found_type; in replay_one_extent() local
639 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
641 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
642 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
652 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
660 found_type, btrfs_root_id(root), key->objectid, key->offset); in replay_one_extent()
676 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
677 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
704 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
705 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
[all …]
A Dextent-tree.c2679 int found_type; in btrfs_exclude_logged_extents() local
2691 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2692 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
A Dinode.c7215 int found_type; in can_nocow_extent() local
7252 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7273 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()

Completed in 36 milliseconds