Searched refs:ltp (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Drbtree_latch.h83 struct latch_tree_node *ltp; local
87 ltp = __lt_from_rb(parent, idx);
89 if (less(ltn, ltp))
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c147 xfs_dir2_leaf_tail_t *ltp; local
153 ltp = xfs_dir2_leaf_tail_p(geo, leaf);
165 (char *)&hdr->ents[hdr->count] > (char *)xfs_dir2_leaf_bests_p(ltp))
182 be32_to_cpu(ltp->bestcount))
338 struct xfs_dir2_leaf_tail *ltp; local
340 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf);
341 ltp->bestcount = 0;
398 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ local
475 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf);
476 ltp
631 struct xfs_dir2_leaf_tail *ltp; /* leaf tail pointer */ local
1073 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1142 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1362 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1609 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1692 xfs_dir2_leaf_tail_t *ltp; /* tail of leaf structure */ local
[all...]
H A Dxfs_da_format.h470 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) argument
472 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount);
H A Dxfs_dir2_block.c938 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
956 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf);
970 bestsp = xfs_dir2_leaf_bests_p(ltp);
971 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) ==
975 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1))))
H A Dxfs_dir2_node.c418 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
444 ltp = xfs_dir2_leaf_tail_p(args->geo, leaf);
445 if (be32_to_cpu(ltp->bestcount) >
456 from = xfs_dir2_leaf_bests_p(ltp);
457 for (i = n = 0; i < be32_to_cpu(ltp->bestcount); i++, from++) {
468 freehdr.nvalid = be32_to_cpu(ltp->bestcount);
/linux-master/fs/xfs/scrub/
H A Ddir.c458 struct xfs_dir2_leaf_tail *ltp; local
480 ltp = xfs_dir2_leaf_tail_p(geo, leaf);
481 bestcount = be32_to_cpu(ltp->bestcount);
482 bestp = xfs_dir2_leaf_bests_p(ltp);

Completed in 163 milliseconds