Searched refs:ltp (Results 1 – 5 of 5) sorted by relevance
146 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local151 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir3_leaf_check_int()164 (char *)&ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp)) in xfs_dir3_leaf_check_int()362 struct xfs_dir2_leaf_tail *ltp; in xfs_dir3_leaf_init() local364 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir3_leaf_init()365 ltp->bestcount = 0; in xfs_dir3_leaf_init()422 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local502 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir2_block_to_leaf()503 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()504 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()[all …]
567 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument569 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
1013 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local1033 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir2_leaf_to_block()1047 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()1048 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()1052 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
341 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local371 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir2_leaf_to_node()372 ASSERT(be32_to_cpu(ltp->bestcount) <= in xfs_dir2_leaf_to_node()379 from = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_node()381 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++, to++) { in xfs_dir2_leaf_to_node()391 freehdr.nvalid = be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_to_node()
119 2) Modify file portion of ltp so it can run against a mounted network