Home
last modified time | relevance | path

Searched defs:btrfs_ordered_extent (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/fs/btrfs/
Dordered-data.h63 struct btrfs_ordered_extent { struct
65 u64 file_offset;
68 u64 start;
71 u64 len;
74 u64 disk_len;
77 u64 bytes_left;
84 u64 outstanding_isize;
90 u64 truncated_len;
93 unsigned long flags;
96 int compress_type;
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dordered-data.h67 struct btrfs_ordered_extent { struct
69 u64 file_offset;
75 u64 disk_bytenr;
76 u64 num_bytes;
77 u64 disk_num_bytes;
80 u64 bytes_left;
87 u64 outstanding_isize;
93 u64 truncated_len;
96 unsigned long flags;
99 int compress_type;
[all …]