Home
last modified time | relevance | path

Searched refs:found_type (Results 1 – 5 of 5) 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.c695 int found_type; in replay_one_extent() local
710 found_type = btrfs_file_extent_type(wc->log_leaf, item); in replay_one_extent()
712 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
713 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
718 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
724 found_type, btrfs_root_id(root), in replay_one_extent()
747 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
748 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
782 if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
H A Dextent-tree.c2773 int found_type; in btrfs_exclude_logged_extents() local
2785 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2786 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
H A Dinode.c7451 int found_type; in can_nocow_extent() local
7488 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7509 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in can_nocow_extent()
/linux/kernel/trace/
H A Dtrace_probe.c772 goto found_type; in parse_btf_arg()
831 found_type: in parse_btf_arg()