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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c77 xfs_dir2_leaf_tail_t *ltp; /* leaf's tail */ local
140 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
141 ltp->bestcount = cpu_to_be32(1);
142 bestsp = XFS_DIR2_LEAF_BESTS_P(ltp);
182 xfs_dir2_leaf_tail_t *ltp; /* leaf tail pointer */ local
212 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
213 bestsp = XFS_DIR2_LEAF_BESTS_P(ltp);
227 ASSERT(i < be32_to_cpu(ltp->bestcount));
238 for (i = 0; i < be32_to_cpu(ltp->bestcount); i++) {
358 if (use_block >= be32_to_cpu(ltp
558 xfs_dir2_leaf_tail_t *ltp; /* leaf tail pointer */ local
1149 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1205 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1265 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1448 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1691 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
1754 xfs_dir2_leaf_tail_t *ltp; /* tail of leaf structure */ local
[all...]
H A Dxfs_dir2_leaf.h107 #define XFS_DIR2_LEAF_BESTS_P(ltp) xfs_dir2_leaf_bests_p(ltp)
109 xfs_dir2_leaf_bests_p(xfs_dir2_leaf_tail_t *ltp) argument
111 return (__be16 *)ltp - be32_to_cpu(ltp->bestcount);
H A Dxfs_dir2_block.c894 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
910 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
918 bestsp = XFS_DIR2_LEAF_BESTS_P(ltp);
919 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) ==
923 (xfs_dir2_db_t)(be32_to_cpu(ltp->bestcount) - 1))))
H A Dxfs_dir2_node.c118 xfs_dir2_leaf_tail_t *ltp; /* leaf tail structure */ local
146 ltp = XFS_DIR2_LEAF_TAIL_P(mp, leaf);
152 ASSERT(be32_to_cpu(ltp->bestcount) <= (uint)dp->i_d.di_size / mp->m_dirblksize);
153 free->hdr.nvalid = ltp->bestcount;
158 for (i = n = 0, from = XFS_DIR2_LEAF_BESTS_P(ltp), to = free->bests;
159 i < be32_to_cpu(ltp->bestcount); i++, from++, to++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c1928 struct ktermios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; local
1970 ltp = o_ltp = NULL;
1997 ltp = (struct ktermios *) kmalloc(sizeof(struct ktermios),
1999 if (!ltp)
2001 memset(ltp, 0, sizeof(struct ktermios));
2070 *ltp_loc = ltp;
2142 kfree(ltp);

Completed in 97 milliseconds