found_type 127 arch/x86/mm/pat_rbtree.c enum page_cache_mode found_type = reqtype; found_type 133 arch/x86/mm/pat_rbtree.c if (match->type != found_type && newtype == NULL) found_type 137 arch/x86/mm/pat_rbtree.c found_type = match->type; found_type 147 arch/x86/mm/pat_rbtree.c match->type != found_type) { found_type 155 arch/x86/mm/pat_rbtree.c *newtype = found_type; found_type 162 arch/x86/mm/pat_rbtree.c cattr_name(found_type), cattr_name(match->type)); found_type 2692 fs/btrfs/extent-tree.c int found_type; found_type 2704 fs/btrfs/extent-tree.c found_type = btrfs_file_extent_type(eb, item); found_type 2705 fs/btrfs/extent-tree.c if (found_type == BTRFS_FILE_EXTENT_INLINE) found_type 4643 fs/btrfs/extent_io.c u32 found_type; found_type 4695 fs/btrfs/extent_io.c found_type = found_key.type; found_type 4699 fs/btrfs/extent_io.c found_type != BTRFS_EXTENT_DATA_KEY) { found_type 4726 fs/btrfs/inode.c u32 found_type = (u8)-1; found_type 4813 fs/btrfs/inode.c found_type = found_key.type; found_type 4818 fs/btrfs/inode.c if (found_type < min_type) found_type 4822 fs/btrfs/inode.c if (found_type == BTRFS_EXTENT_DATA_KEY) { found_type 4843 fs/btrfs/inode.c if (found_type > min_type) { found_type 4855 fs/btrfs/inode.c if (found_type != BTRFS_EXTENT_DATA_KEY) found_type 4964 fs/btrfs/inode.c if (found_type == BTRFS_INODE_ITEM_KEY) found_type 7461 fs/btrfs/inode.c int found_type; found_type 7497 fs/btrfs/inode.c found_type = btrfs_file_extent_type(leaf, fi); found_type 7498 fs/btrfs/inode.c if (found_type != BTRFS_FILE_EXTENT_REG && found_type 7499 fs/btrfs/inode.c found_type != BTRFS_FILE_EXTENT_PREALLOC) { found_type 7504 fs/btrfs/inode.c if (!nocow && found_type == BTRFS_FILE_EXTENT_REG) found_type 7540 fs/btrfs/inode.c if (!nocow && found_type == BTRFS_FILE_EXTENT_PREALLOC) { found_type 1703 fs/btrfs/send.c u8 *found_type) found_type 1726 fs/btrfs/send.c *found_type = btrfs_dir_type(path->nodes[0], di); found_type 587 fs/btrfs/tree-log.c int found_type; found_type 597 fs/btrfs/tree-log.c found_type = btrfs_file_extent_type(eb, item); found_type 599 fs/btrfs/tree-log.c if (found_type == BTRFS_FILE_EXTENT_REG || found_type 600 fs/btrfs/tree-log.c found_type == BTRFS_FILE_EXTENT_PREALLOC) { found_type 610 fs/btrfs/tree-log.c } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { found_type 635 fs/btrfs/tree-log.c (found_type == BTRFS_FILE_EXTENT_REG || found_type 636 fs/btrfs/tree-log.c found_type == BTRFS_FILE_EXTENT_PREALLOC)) { found_type 667 fs/btrfs/tree-log.c if (found_type == BTRFS_FILE_EXTENT_REG || found_type 668 fs/btrfs/tree-log.c found_type == BTRFS_FILE_EXTENT_PREALLOC) { found_type 826 fs/btrfs/tree-log.c } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { found_type 4021 fs/btrfs/tree-log.c int found_type; found_type 4028 fs/btrfs/tree-log.c found_type = btrfs_file_extent_type(src, extent); found_type 4029 fs/btrfs/tree-log.c if (found_type == BTRFS_FILE_EXTENT_REG) {