xfs_verify_magic16  126 fs/xfs/libxfs/xfs_da_btree.c 	if (!xfs_verify_magic16(bp, hdr->magic))
xfs_verify_magic16   95 fs/xfs/libxfs/xfs_inode_buf.c 		di_ok = xfs_verify_magic16(bp, dip->di_magic) &&
xfs_verify_magic16  361 fs/xfs/xfs_buf.h bool xfs_verify_magic16(struct xfs_buf *bp, __be16 dmagic);
xfs_verify_magic16 2972 fs/xfs/xfs_log_recover.c 	if (unlikely(!xfs_verify_magic16(bp, dip->di_magic))) {