Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_buf.h121 typedef struct xfs_buf { struct
134 xfs_buf_flags_t b_flags; /* status flags */ argument
149 xfs_buftarg_t *b_target; /* buffer target (device) */ argument
152 xfs_buf_iodone_t b_iodone; /* I/O completion function */ argument
154 struct xfs_buf_log_item *b_log_item; argument
159 struct xfs_buf_map *b_maps; /* compound buffer map */ argument
160 struct xfs_buf_map __b_map; /* inline compound buffer map */ argument
161 int b_map_count;
162 atomic_t b_pin_count; /* pin count */
163 atomic_t b_io_remaining; /* #outstanding I/O requests */
[all …]
Dxfs_buf_item.c980 void (*cb)(struct xfs_buf *, struct xfs_log_item *), in xfs_buf_attach_iodone()