Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dir2_leaf.c71 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ in xfs_dir2_block_to_leaf() local
135 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir2_block_to_leaf()
136 ltp->bestcount = cpu_to_be32(1); in xfs_dir2_block_to_leaf()
137 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
302 xfs_dir2_leaf_tail_t *ltp; /* leaf tail pointer */ in xfs_dir2_leaf_addname() local
333 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir2_leaf_addname()
334 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
348 ASSERT(i < be32_to_cpu(ltp->bestcount)); in xfs_dir2_leaf_addname()
359 for (i = 0; i < be32_to_cpu(ltp->bestcount); i++) { in xfs_dir2_leaf_addname()
484 if (use_block >= be32_to_cpu(ltp->bestcount)) { in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_format.h380 xfs_dir2_leaf_bests_p(struct xfs_dir2_leaf_tail *ltp) in xfs_dir2_leaf_bests_p() argument
382 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_bests_p()
Dxfs_dir2_block.c887 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_block() local
904 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir2_leaf_to_block()
912 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
913 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
917 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1)))) in xfs_dir2_leaf_to_block()
Dxfs_dir2_node.c113 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ in xfs_dir2_leaf_to_node() local
142 ltp = xfs_dir2_leaf_tail_p(mp, leaf); in xfs_dir2_leaf_to_node()
148 ASSERT(be32_to_cpu(ltp->bestcount) <= (uint)dp->i_d.di_size / mp->m_dirblksize); in xfs_dir2_leaf_to_node()
149 free->hdr.nvalid = ltp->bestcount; in xfs_dir2_leaf_to_node()
154 for (i = n = 0, from = xfs_dir2_leaf_bests_p(ltp), to = free->bests; in xfs_dir2_leaf_to_node()
155 i < be32_to_cpu(ltp->bestcount); i++, from++, to++) { in xfs_dir2_leaf_to_node()
/linux-3.4.99/fs/cifs/
DTODO119 2) Modify file portion of ltp so it can run against a mounted network
/linux-3.4.99/Documentation/
Dgcov.txt42 [2] http://ltp.sourceforge.net/coverage/lcov.php
/linux-3.4.99/
DMAINTAINERS4245 L: ltp-list@lists.sourceforge.net (subscribers-only)
4246 W: http://ltp.sourceforge.net/
4247 T: git git://github.com/linux-test-project/ltp.git
4248 T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev