Searched refs:EXTENT_FLAG_PREALLOC (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | extent_map.h | 17 #define EXTENT_FLAG_PREALLOC 3 /* pre-allocated extent */ macro
|
D | file.c | 2771 else if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_zero_range_check_range_boundary() 2814 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range() 2849 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_zero_range() 3091 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) { in btrfs_fallocate() 3197 test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent() 3201 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags))) in find_desired_extent()
|
D | inode.c | 5045 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) { in btrfs_cont_expand() 7023 !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_extent_fiemap() 7104 if (test_bit(EXTENT_FLAG_PREALLOC, &hole_em->flags)) in btrfs_get_extent_fiemap() 7105 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_get_extent_fiemap() 7485 test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_read() 7518 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in btrfs_get_blocks_direct_write() 7524 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write() 7579 if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in btrfs_get_blocks_direct_write() 10301 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in __btrfs_prealloc_file_range()
|
D | file-item.c | 973 set_bit(EXTENT_FLAG_PREALLOC, &em->flags); in btrfs_extent_item_to_extent_map()
|
D | tree-log.c | 4135 test_bit(EXTENT_FLAG_PREALLOC, &em->flags) || in log_extent_csums() 4213 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in log_one_extent() 4401 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags) && in btrfs_log_changed_extents()
|
D | extent_io.c | 2966 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in __do_readpage() 4578 if (test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) in extent_fiemap()
|
/Linux-v4.19/fs/btrfs/tests/ |
D | inode-tests.c | 1120 set_bit(EXTENT_FLAG_PREALLOC, &prealloc_only); in btrfs_test_inodes()
|
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 202 { (1 << EXTENT_FLAG_PREALLOC), "PREALLOC" },\
|