Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/mm/pat/
Dmemtype_interval.c83 enum page_cache_mode found_type = reqtype; in memtype_check_conflict() local
89 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
93 found_type = entry_match->type; in memtype_check_conflict()
97 if (entry_match->type != found_type) in memtype_check_conflict()
104 *newtype = found_type; in memtype_check_conflict()
111 cattr_name(found_type), cattr_name(entry_match->type)); in memtype_check_conflict()
/Linux-v5.15/fs/btrfs/
Dtree-log.c622 int found_type; in replay_one_extent() local
632 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
634 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
635 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
645 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
670 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
671 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
705 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
706 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
866 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
[all …]
Dinode.c4656 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
4745 found_type = found_key.type; in btrfs_truncate_inode_items()
4750 if (found_type < min_type) in btrfs_truncate_inode_items()
4754 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
4774 if (found_type > min_type) { in btrfs_truncate_inode_items()
4786 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
4925 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
7486 int found_type; in can_nocow_extent() local
7522 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7523 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent()
[all …]
Dextent-tree.c2627 int found_type; in btrfs_exclude_logged_extents() local
2639 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2640 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
Dextent_io.c5473 u32 found_type; in extent_fiemap() local
5529 found_type = found_key.type; in extent_fiemap()
5533 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
Dsend.c1684 u8 *found_type) in lookup_dir_item_inode() argument
1707 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()