Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drepair.h183 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