Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf.h144 typedef struct xfs_buf { struct
157 xfs_buf_flags_t b_flags; /* status flags */ argument
171 xfs_buftarg_t *b_target; /* buffer target (device) */ argument
175 xfs_buf_iodone_t b_iodone; /* I/O completion function */ argument
181 struct xfs_buf_map *b_maps; /* compound buffer map */ argument
182 struct xfs_buf_map __b_map; /* inline compound buffer map */ argument
183 int b_map_count;
184 int b_io_length; /* IO size in BBs */
185 atomic_t b_pin_count; /* pin count */
186 atomic_t b_io_remaining; /* #outstanding I/O requests */
[all …]