Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
A 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/fs/btrfs/
A Dtree-log.c650 int found_type; in replay_one_extent() local
660 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
662 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
663 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
673 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
698 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
699 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
733 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
734 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
4388 int found_type; in copy_items() local
[all …]
A Dinode.c4666 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
4755 found_type = found_key.type; in btrfs_truncate_inode_items()
4760 if (found_type < min_type) in btrfs_truncate_inode_items()
4764 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
4784 if (found_type > min_type) { in btrfs_truncate_inode_items()
4796 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
4935 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
7501 int found_type; in can_nocow_extent() local
7537 found_type = btrfs_file_extent_type(leaf, fi); in can_nocow_extent()
7538 if (found_type != BTRFS_FILE_EXTENT_REG && in can_nocow_extent()
[all …]
A Dextent-tree.c2624 int found_type; in btrfs_exclude_logged_extents() local
2636 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
2637 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
A Dextent_io.c5552 u32 found_type; in extent_fiemap() local
5608 found_type = found_key.type; in extent_fiemap()
5612 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
A Dsend.c1696 u8 *found_type) in lookup_dir_item_inode() argument
1719 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()

Completed in 94 milliseconds