Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_buf.h116 struct xfs_buf_ops { struct
117 char *name;
118 union {
122 void (*verify_read)(struct xfs_buf *);
123 void (*verify_write)(struct xfs_buf *);
124 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp);

Completed in 4 milliseconds