Searched refs:BTRFS_ORDERED_TRUNCATED (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ordered-data.h | 56 BTRFS_ORDERED_TRUNCATED, enumerator
|
H A D | inode.c | 2609 if (test_bit(BTRFS_ORDERED_TRUNCATED, &oe->flags)) in insert_ordered_extent_file_extent() 2664 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) { in btrfs_finish_ordered_io() 8277 set_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags); in btrfs_invalidatepage()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ordered-data.h | 70 BTRFS_ORDERED_TRUNCATED, enumerator
|
H A D | ordered-data.c | 1213 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags)) { in btrfs_split_ordered_extent()
|
H A D | inode.c | 2983 if (test_bit(BTRFS_ORDERED_TRUNCATED, &oe->flags)) { in insert_ordered_extent_file_extent() 3000 test_bit(BTRFS_ORDERED_TRUNCATED, &oe->flags); in insert_ordered_extent_file_extent() 3051 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) { in btrfs_finish_one_ordered() 3133 !test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) in btrfs_finish_one_ordered() 8035 set_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags); in btrfs_invalidate_folio()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 509 { (1 << BTRFS_ORDERED_TRUNCATED), "TRUNCATED" })
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 512 { (1 << BTRFS_ORDERED_TRUNCATED), "TRUNCATED" })
|
Completed in 30 milliseconds