Lines Matching refs:d_ops
268 tag = be16_to_cpup(dp->d_ops->data_entry_tag_p(dent)); in xchk_dir_rec()
326 const struct xfs_dir_ops *d_ops; in xchk_directory_data_bestfree() local
337 d_ops = sc->ip->d_ops; in xchk_directory_data_bestfree()
358 bf = d_ops->data_bestfree_p(bp->b_addr); in xchk_directory_data_bestfree()
390 ptr = (char *)d_ops->data_entry_p(bp->b_addr); in xchk_directory_data_bestfree()
401 newlen = d_ops->data_entsize(dep->namelen); in xchk_directory_data_bestfree()
465 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp()
487 const struct xfs_dir_ops *d_ops = sc->ip->d_ops; in xchk_directory_leaf1_bestfree() local
505 d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xchk_directory_leaf1_bestfree()
506 ents = d_ops->leaf_ents_p(leaf); in xchk_directory_leaf1_bestfree()
528 if (leafhdr.count > d_ops->leaf_max_ents(geo)) { in xchk_directory_leaf1_bestfree()
602 sc->ip->d_ops->free_hdr_from_disk(&freehdr, bp->b_addr); in xchk_directory_free_bestfree()
603 bestp = sc->ip->d_ops->free_bests_p(bp->b_addr); in xchk_directory_free_bestfree()