Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c523 xfs_dir2_leaf_entry_t *lep; /* leaf entry table pointer */ in xfs_dir3_leaf_find_entry() local
530 lep = &ents[index]; in xfs_dir3_leaf_find_entry()
532 memmove(lep + 1, lep, in xfs_dir3_leaf_find_entry()
533 (leafhdr->count - index) * sizeof(*lep)); in xfs_dir3_leaf_find_entry()
540 return lep; in xfs_dir3_leaf_find_entry()
618 struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */ in xfs_dir2_leaf_addname() local
664 for (use_block = -1, lep = &ents[index]; in xfs_dir2_leaf_addname()
665 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leaf_addname()
666 index++, lep in xfs_dir2_leaf_addname()
1159 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_lookup() local
1219 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_lookup_int() local
1351 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_removename() local
1493 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_replace() local
1544 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_search_hash() local
[all...]
H A Dxfs_dir2_node.c501 struct xfs_dir2_leaf_entry *lep; in xfs_dir2_leafn_add() local
561 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leafn_add()
564 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leafn_add()
565 lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(args->geo, 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()
677 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_addname()
678 lep++, index++) { in xfs_dir2_leafn_lookup_for_addname()
682 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_addname()
688 be32_to_cpu(lep in xfs_dir2_leafn_lookup_for_addname()
791 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leafn_lookup_for_entry() local
1275 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leafn_remove() local
[all...]
H 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()
H 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c532 xfs_dir2_leaf_entry_t *lep; /* leaf entry table pointer */ in xfs_dir3_leaf_find_entry() local
539 lep = &ents[index]; in xfs_dir3_leaf_find_entry()
541 memmove(lep + 1, lep, in xfs_dir3_leaf_find_entry()
542 (leafhdr->count - index) * sizeof(*lep)); in xfs_dir3_leaf_find_entry()
549 return lep; in xfs_dir3_leaf_find_entry()
627 struct xfs_dir2_leaf_entry *lep; /* leaf entry table pointer */ in xfs_dir2_leaf_addname() local
673 for (use_block = -1, lep = &ents[index]; in xfs_dir2_leaf_addname()
674 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leaf_addname()
675 index++, lep in xfs_dir2_leaf_addname()
1168 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_lookup() local
1228 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_lookup_int() local
1360 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_removename() local
1502 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_replace() local
1553 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leaf_search_hash() local
[all...]
H A Dxfs_dir2_node.c501 struct xfs_dir2_leaf_entry *lep; in xfs_dir2_leafn_add() local
561 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leafn_add()
564 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leafn_add()
565 lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(args->geo, 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()
677 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_addname()
678 lep++, index++) { in xfs_dir2_leafn_lookup_for_addname()
682 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_addname()
688 be32_to_cpu(lep in xfs_dir2_leafn_lookup_for_addname()
791 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leafn_lookup_for_entry() local
1275 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ xfs_dir2_leafn_remove() local
[all...]
H 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()
H 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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H 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()
142 prev_time = lep->poll_host_time; in wr_log_show()
150 ktime_to_ns(ktime_sub(lep->poll_host_time, in wr_log_show()
152 lep->qid, lep->opcode, in wr_log_show()
153 lep->opcode == FW_RI_RECEIVE ? in wr_log_show()
155 lep->wr_id, in wr_log_show()
156 ktime_to_ns(ktime_sub(lep in wr_log_show()
672 struct c4iw_listen_ep *lep; ep_open() local
[all...]
H 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()
H A Dcm.c4072 struct c4iw_ep *lep = NULL; in rx_pkt() local
4096 lep = (struct c4iw_ep *)get_ep_from_stid(dev, stid); in rx_pkt()
4097 if (!lep) { in rx_pkt()
4195 if (lep) in rx_pkt()
4196 c4iw_put_ep(&lep->com); in rx_pkt()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H 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()
142 prev_time = lep->poll_host_time; in wr_log_show()
150 ktime_to_ns(ktime_sub(lep->poll_host_time, in wr_log_show()
152 lep->qid, lep->opcode, in wr_log_show()
153 lep->opcode == FW_RI_RECEIVE ? in wr_log_show()
155 lep->wr_id, in wr_log_show()
156 ktime_to_ns(ktime_sub(lep in wr_log_show()
672 struct c4iw_listen_ep *lep; ep_open() local
[all...]
H 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()
H 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()
4196 if (lep) in rx_pkt()
4197 c4iw_put_ep(&lep->com); in rx_pkt()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c106 u32 lep; member
1408 if (ep->lep) { in done()
1755 if (ep->lep) { in lpc32xx_ep_queue()
2524 .lep = 0,
2537 .lep = 1,
2550 .lep = 2,
2563 .lep = 3,
2576 .lep = 4,
2589 .lep = 5,
2602 .lep
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c106 u32 lep; member
1407 if (ep->lep) { in done()
1754 if (ep->lep) { in lpc32xx_ep_queue()
2525 .lep = 0,
2538 .lep = 1,
2551 .lep = 2,
2564 .lep = 3,
2577 .lep = 4,
2590 .lep = 5,
2603 .lep
[all...]

Completed in 35 milliseconds