Searched refs:found_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/mm/pat/
H A Dmemtype_interval.c83 enum page_cache_mode found_type = reqtype; local
89 if (entry_match->type != found_type && newtype == NULL)
93 found_type = entry_match->type;
97 if (entry_match->type != found_type)
104 *newtype = found_type;
111 cattr_name(found_type), cattr_name(entry_match->type));
/linux-master/fs/btrfs/
H A Dinode-item.c472 u32 found_type = (u8)-1; local
534 found_type = found_key.type;
539 if (found_type < control->min_type)
543 if (found_type == BTRFS_EXTENT_DATA_KEY) {
558 if (found_type > control->min_type) {
570 if (found_type != BTRFS_EXTENT_DATA_KEY)
692 if (found_type == BTRFS_INODE_ITEM_KEY)
H A Dtree-log.c629 int found_type; local
639 found_type = btrfs_file_extent_type(eb, item);
641 if (found_type == BTRFS_FILE_EXTENT_REG ||
642 found_type == BTRFS_FILE_EXTENT_PREALLOC) {
652 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) {
677 (found_type == BTRFS_FILE_EXTENT_REG ||
678 found_type == BTRFS_FILE_EXTENT_PREALLOC)) {
712 if (found_type == BTRFS_FILE_EXTENT_REG ||
713 found_type == BTRFS_FILE_EXTENT_PREALLOC) {
877 } else if (found_type
[all...]
H A Dextent-tree.c2713 int found_type; local
2725 found_type = btrfs_file_extent_type(eb, item);
2726 if (found_type == BTRFS_FILE_EXTENT_INLINE)
H A Dinode.c7130 int found_type; local
7168 found_type = btrfs_file_extent_type(leaf, fi);
7192 found_type == BTRFS_FILE_EXTENT_PREALLOC) {

Completed in 160 milliseconds