Lines Matching refs:d_ops
264 tag = be16_to_cpup(dp->d_ops->data_entry_tag_p(dent)); in xchk_dir_rec()
322 const struct xfs_dir_ops *d_ops; in xchk_directory_data_bestfree() local
333 d_ops = sc->ip->d_ops; in xchk_directory_data_bestfree()
354 bf = d_ops->data_bestfree_p(bp->b_addr); in xchk_directory_data_bestfree()
386 ptr = (char *)d_ops->data_entry_p(bp->b_addr); in xchk_directory_data_bestfree()
397 newlen = d_ops->data_entsize(dep->namelen); in xchk_directory_data_bestfree()
461 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp()
483 const struct xfs_dir_ops *d_ops = sc->ip->d_ops; in xchk_directory_leaf1_bestfree() local
501 d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xchk_directory_leaf1_bestfree()
502 ents = d_ops->leaf_ents_p(leaf); in xchk_directory_leaf1_bestfree()
524 if (leafhdr.count > d_ops->leaf_max_ents(geo)) { in xchk_directory_leaf1_bestfree()
598 sc->ip->d_ops->free_hdr_from_disk(&freehdr, bp->b_addr); in xchk_directory_free_bestfree()
599 bestp = sc->ip->d_ops->free_bests_p(bp->b_addr); in xchk_directory_free_bestfree()