Home
last modified time | relevance | path

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

/linux-6.8/fs/xfs/
Dxfs_buf.h147 struct xfs_buf { struct
161 xfs_buf_flags_t b_flags; /* status flags */ argument
176 struct xfs_buftarg *b_target; /* buffer target (device) */ argument
180 struct xfs_buf_log_item *b_log_item; argument
185 struct xfs_buf_map *b_maps; /* compound buffer map */ argument
186 struct xfs_buf_map __b_map; /* inline compound buffer map */ argument
187 int b_map_count;
188 atomic_t b_pin_count; /* pin count */
189 atomic_t b_io_remaining; /* #outstanding I/O requests */
190 unsigned int b_page_count; /* size of page array */
[all …]