Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dpat_rbtree.c140 enum page_cache_mode found_type = reqtype; in memtype_rb_check_conflict() local
146 if (match->type != found_type && newtype == NULL) in memtype_rb_check_conflict()
150 found_type = match->type; in memtype_rb_check_conflict()
160 match->type != found_type) { in memtype_rb_check_conflict()
168 *newtype = found_type; in memtype_rb_check_conflict()
175 cattr_name(found_type), cattr_name(match->type)); in memtype_rb_check_conflict()
/Linux-v4.19/fs/btrfs/
Dtree-log.c572 int found_type; in replay_one_extent() local
582 found_type = btrfs_file_extent_type(eb, item); in replay_one_extent()
584 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
585 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
595 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
620 (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
621 found_type == BTRFS_FILE_EXTENT_PREALLOC)) { in replay_one_extent()
652 if (found_type == BTRFS_FILE_EXTENT_REG || in replay_one_extent()
653 found_type == BTRFS_FILE_EXTENT_PREALLOC) { in replay_one_extent()
805 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
[all …]
Dinode.c4506 u32 found_type = (u8)-1; in btrfs_truncate_inode_items() local
4589 found_type = found_key.type; in btrfs_truncate_inode_items()
4594 if (found_type < min_type) in btrfs_truncate_inode_items()
4598 if (found_type == BTRFS_EXTENT_DATA_KEY) { in btrfs_truncate_inode_items()
4619 if (found_type > min_type) { in btrfs_truncate_inode_items()
4631 if (found_type != BTRFS_EXTENT_DATA_KEY) in btrfs_truncate_inode_items()
4745 if (found_type == BTRFS_INODE_ITEM_KEY) in btrfs_truncate_inode_items()
6790 u32 found_type; in btrfs_get_extent() local
6856 found_type = found_key.type; in btrfs_get_extent()
6858 found_type != BTRFS_EXTENT_DATA_KEY) { in btrfs_get_extent()
[all …]
Dextent_io.c4425 u32 found_type; in extent_fiemap() local
4469 found_type = found_key.type; in extent_fiemap()
4473 found_type != BTRFS_EXTENT_DATA_KEY) { in extent_fiemap()
Dsend.c1683 u8 *found_type) in lookup_dir_item_inode() argument
1710 *found_type = btrfs_dir_type(path->nodes[0], di); in lookup_dir_item_inode()
Dextent-tree.c6307 int found_type; in btrfs_exclude_logged_extents() local
6319 found_type = btrfs_file_extent_type(eb, item); in btrfs_exclude_logged_extents()
6320 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()