Searched defs:xfs_buf_ops (Results 1 – 4 of 4) sorted by relevance
21681 struct xfs_buf_ops { struct21682 char *name;21683 union {21687 void (*verify_read)(struct xfs_buf *);21688 void (*verify_write)(struct xfs_buf *);21689 xfs_failaddr_t (*verify_struct)(struct xfs_buf *);
53595 struct xfs_buf_ops { struct53596 char *name;53597 union {53601 void (*verify_read)(struct xfs_buf *);53602 void (*verify_write)(struct xfs_buf *);53603 xfs_failaddr_t (*verify_struct)(struct xfs_buf *);