Searched defs:xfs_buf (Results 1 – 1 of 1) sorted by relevance
133 struct xfs_buf { struct147 xfs_buf_flags_t b_flags; /* status flags */ argument162 struct xfs_buftarg *b_target; /* buffer target (device) */ argument166 struct xfs_buf_log_item *b_log_item; argument171 struct xfs_buf_map *b_maps; /* compound buffer map */ argument173 int b_map_count;174 atomic_t b_pin_count; /* pin count */175 atomic_t b_io_remaining; /* #outstanding I/O requests */176 unsigned int b_page_count; /* size of page array */200 const struct xfs_buf_ops *b_ops; argument[all …]
Completed in 5 milliseconds