Searched defs:xfs_buf (Results 1 – 2 of 2) sorted by relevance
127 typedef struct xfs_buf { struct140 xfs_buf_flags_t b_flags; /* status flags */ argument155 xfs_buftarg_t *b_target; /* buffer target (device) */ argument159 struct xfs_buf_log_item *b_log_item; argument164 struct xfs_buf_map *b_maps; /* compound buffer map */ argument165 struct xfs_buf_map __b_map; /* inline compound buffer map */ argument166 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 …]
133 typedef struct xfs_buf { struct146 xfs_buf_flags_t b_flags; /* status flags */ argument160 xfs_buftarg_t *b_target; /* buffer target (device) */ argument164 xfs_buf_iodone_t b_iodone; /* I/O completion function */ argument171 struct xfs_buf_map *b_maps; /* compound buffer map */ argument172 struct xfs_buf_map __b_map; /* inline compound buffer map */ argument173 int b_map_count;174 int b_io_length; /* IO size in BBs */175 atomic_t b_pin_count; /* pin count */176 atomic_t b_io_remaining; /* #outstanding I/O requests */[all …]