Symbol: BTRFS_FILE_EXTENT_PREALLOC
fs/btrfs/fiemap.c
755
} else if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/file-item.c
1366
type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/file-item.c
1390
if (type == BTRFS_FILE_EXTENT_PREALLOC)
fs/btrfs/file.c
219
extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/file.c
3700
if (type == BTRFS_FILE_EXTENT_PREALLOC ||
fs/btrfs/file.c
580
if (unlikely(btrfs_file_extent_type(leaf, fi) != BTRFS_FILE_EXTENT_PREALLOC)) {
fs/btrfs/inode.c
2167
extent_type == BTRFS_FILE_EXTENT_PREALLOC);
fs/btrfs/inode.c
7118
extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/inode.c
7165
extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/inode.c
7322
found_type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/inode.c
8955
btrfs_set_stack_file_extent_type(&stack_fi, BTRFS_FILE_EXTENT_PREALLOC);
fs/btrfs/ioctl.c
5396
} else if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/reflink.c
481
type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/reflink.c
535
type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/relocation.c
3360
type == BTRFS_FILE_EXTENT_PREALLOC) &&
fs/btrfs/send.c
6435
if (type == BTRFS_FILE_EXTENT_PREALLOC ||
fs/btrfs/send.c
6443
if (type == BTRFS_FILE_EXTENT_PREALLOC)
fs/btrfs/tests/inode-tests.c
153
sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot);
fs/btrfs/tests/inode-tests.c
171
4 * sectorsize, BTRFS_FILE_EXTENT_PREALLOC, 0, slot);
fs/btrfs/tests/inode-tests.c
185
BTRFS_FILE_EXTENT_PREALLOC, 0, slot);
fs/btrfs/tree-log.c
5159
btrfs_set_stack_file_extent_type(&fi, BTRFS_FILE_EXTENT_PREALLOC);
fs/btrfs/tree-log.c
5278
BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/tree-log.c
730
found_type == BTRFS_FILE_EXTENT_PREALLOC) {
fs/btrfs/tree-log.c
765
found_type == BTRFS_FILE_EXTENT_PREALLOC)) {
include/trace/events/btrfs.h
86
EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC")