Searched refs:BTRFS_FILE_EXTENT_REG (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/btrfs/tests/
H A Dinode-tests.c113 insert_extent(root, offset, 4, 4, 0, 0, 0, BTRFS_FILE_EXTENT_REG, 0,
120 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot);
130 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot);
134 BTRFS_FILE_EXTENT_REG, 0, slot);
139 BTRFS_FILE_EXTENT_REG, 0, slot);
166 disk_bytenr, 4 * sectorsize, BTRFS_FILE_EXTENT_REG, 0,
179 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG,
188 sectorsize, BTRFS_FILE_EXTENT_REG,
194 BTRFS_FILE_EXTENT_REG, 0, slot);
199 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLI
[all...]
/linux-master/fs/btrfs/
H A Dreflink.c423 if (type == BTRFS_FILE_EXTENT_REG ||
477 if (type == BTRFS_FILE_EXTENT_REG ||
H A Dfile-item.c188 btrfs_set_file_extent_type(leaf, item, BTRFS_FILE_EXTENT_REG);
1278 if (type == BTRFS_FILE_EXTENT_REG ||
H A Dfile.c296 if (extent_type == BTRFS_FILE_EXTENT_REG ||
574 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG ||
819 BTRFS_FILE_EXTENT_REG);
826 BTRFS_FILE_EXTENT_REG);
2067 if (btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_REG)
3618 (type == BTRFS_FILE_EXTENT_REG &&
H A Dtree-log.c641 if (found_type == BTRFS_FILE_EXTENT_REG ||
677 (found_type == BTRFS_FILE_EXTENT_REG ||
712 if (found_type == BTRFS_FILE_EXTENT_REG ||
4433 if (btrfs_file_extent_type(src, extent) != BTRFS_FILE_EXTENT_REG)
4695 btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_REG);
H A Dsend.c6216 if (left_type != BTRFS_FILE_EXTENT_REG) {
6277 if (right_type != BTRFS_FILE_EXTENT_REG &&
6536 type == BTRFS_FILE_EXTENT_REG) {
H A Dinode.c1891 extent_type == BTRFS_FILE_EXTENT_REG)
3009 btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_REG);
6901 if (extent_type == BTRFS_FILE_EXTENT_REG ||
6949 if (extent_type == BTRFS_FILE_EXTENT_REG ||
H A Drelocation.c3461 if ((type == BTRFS_FILE_EXTENT_REG ||
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h1067 BTRFS_FILE_EXTENT_REG = 1, enumerator in enum:__anon6
/linux-master/include/trace/events/
H A Dbtrfs.h74 EM( BTRFS_FILE_EXTENT_REG, "REG") \

Completed in 212 milliseconds