Home
last modified time | relevance | path

Searched refs:ltp (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_dir2_leaf.c146 xfs_dir2_leaf_tail_t *ltp; in xfs_dir3_leaf_check_int() local
151 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() local
364 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() local
502 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 …]
Dxfs_dir2_format.h567 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
569 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
Dxfs_dir2_block.c1013 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local
1033 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()
Dxfs_dir2_node.c341 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local
371 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()
/fs/cifs/
DTODO119 2) Modify file portion of ltp so it can run against a mounted network