Home
last modified time | relevance | path

Searched refs:xrep_buf_verify_struct (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Drepair.h175 bool xrep_buf_verify_struct(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
H A Ddir_repair.c641 if (!xrep_buf_verify_struct(bp, &xfs_dir3_block_buf_ops)) in xrep_dir_recover_dirblock()
648 if (!xrep_buf_verify_struct(bp, &xfs_dir3_data_buf_ops)) in xrep_dir_recover_dirblock()
H A Drepair.c1280 xrep_buf_verify_struct( in xrep_buf_verify_struct() function
H A Dattr_repair.c592 xrep_buf_verify_struct(bp, &xfs_attr3_leaf_buf_ops) && in xrep_xattr_recover_block()