Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_buf.h140 typedef struct xfs_buf { struct
153 xfs_buf_flags_t b_flags; /* status flags */ argument
167 xfs_buftarg_t *b_target; /* buffer target (device) */ argument
171 xfs_buf_iodone_t b_iodone; /* I/O completion function */ argument
177 struct xfs_buf_map *b_maps; /* compound buffer map */ argument
178 struct xfs_buf_map __b_map; /* inline compound buffer map */ argument
186 const struct xfs_buf_ops *b_ops; argument
194 struct xfs_buf *_xfs_buf_find(struct xfs_buftarg *target, argument