Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c57 enum page_cache_mode found_type = reqtype; in memtype_check_conflict() local
63 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
67 found_type = entry_match->type; in memtype_check_conflict()
71 if (entry_match->type != found_type) in memtype_check_conflict()
78 *newtype = found_type; in memtype_check_conflict()
85 cattr_name(found_type), cattr_name(entry_match->type)); in memtype_check_conflict()
/linux/fs/btrfs/
H A Dtree-log.c723 int found_type; in replay_one_extent() local
738 found_type = btrfs_file_extent_type(wc->log_leaf, item); in replay_one_extent()
740 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
741 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
746 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
752 found_type, btrfs_root_id(root), in replay_one_extent()
775 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
776 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
810 if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
H A Dextent-tree.c2708 int found_type; in btrfs_exclude_logged_extents() local
2720 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2721 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
H A Dinode.c7434 int found_type; in can_nocow_extent() local
7471 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7492 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()