Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_dir2_leaf.c534 lep = &ents[index]; in xfs_dir3_leaf_find_entry()
536 memmove(lep + 1, lep, in xfs_dir3_leaf_find_entry()
544 return lep; in xfs_dir3_leaf_find_entry()
670 index++, lep++) { in xfs_dir2_leaf_addname()
896 lep->address = cpu_to_be32( in xfs_dir2_leaf_addname()
1183 lep = &leafhdr.ents[index]; in xfs_dir2_leaf_lookup()
1252 for (lep = &leafhdr->ents[index]; in xfs_dir2_leaf_lookup_int()
1255 lep++, index++) { in xfs_dir2_leaf_lookup_int()
1287 be32_to_cpu(lep->address))); in xfs_dir2_leaf_lookup_int()
1381 lep = &leafhdr.ents[index]; in xfs_dir2_leaf_removename()
[all …]
A Dxfs_dir2_node.c501 struct xfs_dir2_leaf_entry *lep; in xfs_dir2_leafn_add() local
564 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leafn_add()
641 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leafn_lookup_for_addname() local
676 for (lep = &leafhdr.ents[index]; in xfs_dir2_leafn_lookup_for_addname()
678 lep++, index++) { in xfs_dir2_leafn_lookup_for_addname()
688 be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_addname()
824 for (lep = &leafhdr.ents[index]; in xfs_dir2_leafn_lookup_for_entry()
826 lep++, index++) { in xfs_dir2_leafn_lookup_for_entry()
836 be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_entry()
875 be32_to_cpu(lep->address))); in xfs_dir2_leafn_lookup_for_entry()
[all …]
A Dxfs_dir2_data.c112 xfs_dir2_leaf_entry_t *lep=NULL; /* block leaf entries */ in __xfs_dir3_data_check() local
133 lep = xfs_dir2_block_leaf_p(btp); in __xfs_dir3_data_check()
240 if (be32_to_cpu(lep[i].address) == addr && in __xfs_dir3_data_check()
241 be32_to_cpu(lep[i].hashval) == hash) in __xfs_dir3_data_check()
257 if (lep[i].address == in __xfs_dir3_data_check()
260 if (i > 0 && be32_to_cpu(lep[i].hashval) < in __xfs_dir3_data_check()
261 be32_to_cpu(lep[i - 1].hashval)) in __xfs_dir3_data_check()
A Dxfs_dir2_block.c935 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_to_block() local
994 (uint)sizeof(*lep) * (leafhdr.count - leafhdr.stale); in xfs_dir2_leaf_to_block()
1031 lep = xfs_dir2_block_leaf_p(btp); in xfs_dir2_leaf_to_block()
1036 lep[to++] = leafhdr.ents[from]; in xfs_dir2_leaf_to_block()
/linux/drivers/infiniband/hw/cxgb4/
A Ddevice.c126 struct wr_log_entry *lep; in wr_log_show() local
137 lep = &dev->rdev.wr_log[idx]; in wr_log_show()
139 if (lep->valid) { in wr_log_show()
152 lep->qid, lep->opcode, in wr_log_show()
155 lep->wr_id, in wr_log_show()
157 lep->post_host_time)), in wr_log_show()
158 lep->post_sge_ts, lep->cqe_sge_ts, in wr_log_show()
159 lep->poll_sge_ts, in wr_log_show()
160 ts2ns(lep->poll_sge_ts - lep->post_sge_ts), in wr_log_show()
161 ts2ns(lep->poll_sge_ts - lep->cqe_sge_ts)); in wr_log_show()
[all …]
A Drestrack.c192 struct c4iw_listen_ep lep; member
223 uep->lep = *(struct c4iw_listen_ep *)epcp; in c4iw_fill_res_cm_id_entry()
225 listen_ep = &uep->lep; in c4iw_fill_res_cm_id_entry()
A Dcm.c4069 struct c4iw_ep *lep = NULL; in rx_pkt() local
4093 lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid); in rx_pkt()
4094 if (!lep) { in rx_pkt()
4192 if (lep) in rx_pkt()
4193 c4iw_put_ep(&lep->com); in rx_pkt()
/linux/drivers/usb/gadget/udc/
A Dlpc32xx_udc.c106 u32 lep; member
2523 .lep = 0,
2536 .lep = 1,
2549 .lep = 2,
2562 .lep = 3,
2575 .lep = 4,
2588 .lep = 5,
2601 .lep = 6,
2614 .lep = 7,
2627 .lep = 8,
[all …]

Completed in 61 milliseconds