Searched refs:extent_type (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 312 __field( u8, extent_type ) 328 __entry->extent_type = btrfs_file_extent_type(l, fi); 345 __entry->extent_offset, show_fi_type(__entry->extent_type), 362 __field( u8, extent_type ) 374 __entry->extent_type = btrfs_file_extent_type(l, fi); 386 __entry->extent_end, show_fi_type(__entry->extent_type),
|
/Linux-v4.19/fs/btrfs/ |
D | file.c | 760 int extent_type; in __btrfs_drop_extents() local 822 extent_type = btrfs_file_extent_type(leaf, fi); in __btrfs_drop_extents() 824 if (extent_type == BTRFS_FILE_EXTENT_REG || in __btrfs_drop_extents() 825 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents() 831 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 872 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 924 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 950 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 982 extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
|
D | inode.c | 1273 int extent_type; in run_delalloc_nocow() local 1344 extent_type = 0; in run_delalloc_nocow() 1350 extent_type = btrfs_file_extent_type(leaf, fi); in run_delalloc_nocow() 1353 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow() 1354 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow() 1378 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow() 1431 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow() 1471 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow() 1491 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow() 2187 u16 other_encoding, int extent_type) in insert_reserved_file_extent() argument [all …]
|
D | backref.c | 84 int extent_type; in find_extent_in_eb() local 98 extent_type = btrfs_file_extent_type(eb, fi); in find_extent_in_eb() 99 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
|
D | qgroup.c | 1617 int i, extent_type, ret; in btrfs_qgroup_trace_leaf_items() local 1634 extent_type = btrfs_file_extent_type(eb, fi); in btrfs_qgroup_trace_leaf_items() 1636 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
|
D | send.c | 1294 int extent_type; in find_extent_clone() local 1336 extent_type = btrfs_file_extent_type(eb, fi); in find_extent_clone() 1337 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone()
|