Searched refs:lep (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c533 xfs_dir2_leaf_entry_t *lep; /* leaf entry table pointer */ local
540 lep = &ents[index];
542 memmove(lep + 1, lep,
543 (leafhdr->count - index) * sizeof(*lep));
550 return lep;
628 struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */ local
674 for (use_block = -1, lep = &ents[index];
675 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval;
676 index++, lep
1169 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1229 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1361 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1505 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1556 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
[all...]
H A Dxfs_dir2_node.c504 struct xfs_dir2_leaf_entry *lep; local
565 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,
568 lep->hashval = cpu_to_be32(args->hashval);
569 lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(args->geo,
645 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
680 for (lep = &leafhdr.ents[index];
681 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval;
682 lep++, index++) {
686 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR)
692 be32_to_cpu(lep
796 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1281 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
[all...]
H A Dxfs_dir2_data.c113 xfs_dir2_leaf_entry_t *lep=NULL; /* block leaf entries */ local
134 lep = xfs_dir2_block_leaf_p(btp);
241 if (be32_to_cpu(lep[i].address) == addr &&
242 be32_to_cpu(lep[i].hashval) == hash)
258 if (lep[i].address ==
261 if (i > 0 && be32_to_cpu(lep[i].hashval) <
262 be32_to_cpu(lep[i - 1].hashval))
H A Dxfs_dir2_block.c937 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
996 (uint)sizeof(*lep) * (leafhdr.count - leafhdr.stale);
1033 lep = xfs_dir2_block_leaf_p(btp);
1038 lep[to++] = leafhdr.ents[from];
/linux-master/drivers/infiniband/hw/cxgb4/
H A Ddevice.c126 struct wr_log_entry *lep; local
137 lep = &dev->rdev.wr_log[idx];
139 if (lep->valid) {
142 prev_time = lep->poll_host_time;
150 ktime_to_ns(ktime_sub(lep->poll_host_time,
152 lep->qid, lep->opcode,
153 lep->opcode == FW_RI_RECEIVE ?
155 lep->wr_id,
156 ktime_to_ns(ktime_sub(lep
672 struct c4iw_listen_ep *lep; local
[all...]
H A Drestrack.c192 struct c4iw_listen_ep lep; member in union:union_ep
223 uep->lep = *(struct c4iw_listen_ep *)epcp;
225 listen_ep = &uep->lep;
H A Dcm.c4069 struct c4iw_ep *lep = NULL; local
4093 lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid);
4094 if (!lep) {
4196 if (lep)
4197 c4iw_put_ep(&lep->com);
/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c106 u32 lep; member in struct:lpc32xx_ep
1407 if (ep->lep) {
1754 if (ep->lep) {
2525 .lep = 0,
2538 .lep = 1,
2551 .lep = 2,
2564 .lep = 3,
2577 .lep = 4,
2590 .lep = 5,
2603 .lep
[all...]

Completed in 188 milliseconds