Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dpat_rbtree.c130 enum page_cache_mode found_type = reqtype; in memtype_rb_check_conflict() local
136 if (match->type != found_type && newtype == NULL) in memtype_rb_check_conflict()
140 found_type = match->type; in memtype_rb_check_conflict()
150 match->type != found_type) { in memtype_rb_check_conflict()
158 *newtype = found_type; in memtype_rb_check_conflict()
165 end, cattr_name(found_type), cattr_name(match->type)); in memtype_rb_check_conflict()
/linux-4.1.27/fs/btrfs/
Dtree-log.c590 int found_type; in replay_one_extent() local
600 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
602 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
603 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
613 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
637 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
638 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
669 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
670 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
751 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
[all …]
Dinode.c4250 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
4336 found_type = found_key.type; in btrfs_truncate_inode_items()
4341 if (found_type < min_type) in btrfs_truncate_inode_items()
4345 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
4358 if (found_type > min_type) { in btrfs_truncate_inode_items()
4370 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
4498 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
6681 u32 found_type; in btrfs_get_extent() local
6750 found_type = found_key.type; in btrfs_get_extent()
6752 found_type != BTRFS_EXTENT_DATA_KEY) { in btrfs_get_extent()
[all …]
Dextent_io.c4399 u32 found_type; in extent_fiemap() local
4438 found_type = found_key.type; in extent_fiemap()
4442 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
Dsend.c1665 u8 *found_type) in lookup_dir_item_inode() argument
1692 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()
Dextent-tree.c5860 int found_type; in btrfs_exclude_logged_extents() local
5871 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
5872 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()