Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_buf.h127 typedef struct xfs_buf { struct
140 xfs_buf_flags_t b_flags; /* status flags */ argument
155 xfs_buftarg_t *b_target; /* buffer target (device) */ argument
159 struct xfs_buf_log_item *b_log_item; argument
164 struct xfs_buf_map *b_maps; /* compound buffer map */ argument
165 struct xfs_buf_map __b_map; /* inline compound buffer map */ argument
166 int b_map_count;
167 atomic_t b_pin_count; /* pin count */
168 atomic_t b_io_remaining; /* #outstanding I/O requests */
192 const struct xfs_buf_ops *b_ops; argument
[all …]