Searched refs:found_type (Results 1 – 6 of 6) sorted by relevance
127 enum page_cache_mode found_type = reqtype; in memtype_rb_check_conflict() local133 if (match->type != found_type && newtype == NULL) in memtype_rb_check_conflict()137 found_type = match->type; in memtype_rb_check_conflict()147 match->type != found_type) { in memtype_rb_check_conflict()155 *newtype = found_type; in memtype_rb_check_conflict()162 cattr_name(found_type), cattr_name(match->type)); in memtype_rb_check_conflict()
587 int found_type; in replay_one_extent() local597 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()825 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()[all …]
4623 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local4705 found_type = found_key.type; in btrfs_truncate_inode_items()4710 if (found_type < min_type) in btrfs_truncate_inode_items()4714 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()4735 if (found_type > min_type) { in btrfs_truncate_inode_items()4747 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()4857 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()7354 int found_type; in can_nocow_extent() local7390 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()7391 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent()[all …]
2692 int found_type; in btrfs_exclude_logged_extents() local2704 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()
4599 u32 found_type; in extent_fiemap() local4651 found_type = found_key.type; in extent_fiemap()4655 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
1680 u8 *found_type) in lookup_dir_item_inode() argument1703 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()