Searched refs:lep (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 520 xfs_dir2_leaf_entry_t *lep; /* leaf entry table pointer */ in xfs_dir3_leaf_find_entry() local 527 lep = &ents[index]; in xfs_dir3_leaf_find_entry() 529 memmove(lep + 1, lep, in xfs_dir3_leaf_find_entry() 530 (leafhdr->count - index) * sizeof(*lep)); in xfs_dir3_leaf_find_entry() 537 return lep; in xfs_dir3_leaf_find_entry() 620 xfs_dir2_leaf_entry_t *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() 667 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_addname() [all …]
|
D | xfs_dir2_node.c | 382 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leafn_add() local 441 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leafn_add() 444 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leafn_add() 445 lep->address = cpu_to_be32(xfs_dir2_db_off_to_dataptr(args->geo, in xfs_dir2_leafn_add() 524 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leafn_lookup_for_addname() local 561 for (lep = &ents[index]; in xfs_dir2_leafn_lookup_for_addname() 562 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_addname() 563 lep++, index++) { in xfs_dir2_leafn_lookup_for_addname() 567 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_addname() 573 be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_addname() [all …]
|
D | xfs_dir2_data.c | 58 xfs_dir2_leaf_entry_t *lep=NULL; /* block leaf entries */ in __xfs_dir3_data_check() local 82 lep = xfs_dir2_block_leaf_p(btp); in __xfs_dir3_data_check() 83 endp = (char *)lep; in __xfs_dir3_data_check() 182 if (be32_to_cpu(lep[i].address) == addr && in __xfs_dir3_data_check() 183 be32_to_cpu(lep[i].hashval) == hash) in __xfs_dir3_data_check() 198 if (lep[i].address == in __xfs_dir3_data_check() 203 be32_to_cpu(lep[i].hashval) >= in __xfs_dir3_data_check() 204 be32_to_cpu(lep[i - 1].hashval)); in __xfs_dir3_data_check()
|
D | xfs_dir2_block.c | 911 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_to_block() local 972 (uint)sizeof(*lep) * (leafhdr.count - leafhdr.stale); in xfs_dir2_leaf_to_block() 1007 lep = xfs_dir2_block_leaf_p(btp); in xfs_dir2_leaf_to_block() 1011 lep[to++] = ents[from]; in xfs_dir2_leaf_to_block()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | device.c | 151 struct wr_log_entry *lep; in wr_log_show() local 162 lep = &dev->rdev.wr_log[idx]; in wr_log_show() 164 if (lep->valid) { in wr_log_show() 167 prev_ts = lep->poll_host_ts; in wr_log_show() 175 timespec_sub(lep->poll_host_ts, in wr_log_show() 177 timespec_sub(lep->poll_host_ts, in wr_log_show() 179 lep->qid, lep->opcode, in wr_log_show() 180 lep->opcode == FW_RI_RECEIVE ? in wr_log_show() 182 lep->wr_id, in wr_log_show() 183 timespec_sub(lep->poll_host_ts, in wr_log_show() [all …]
|
D | cm.c | 3659 struct c4iw_ep *lep; in rx_pkt() local 3684 lep = (struct c4iw_ep *)lookup_stid(dev->rdev.lldi.tids, stid); in rx_pkt() 3685 if (!lep) { in rx_pkt()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | lpc32xx_udc.c | 134 u32 lep; member 1468 if (ep->lep) { in done() 1815 if (ep->lep) { in lpc32xx_ep_queue() 2582 .lep = 0, 2593 .lep = 1, 2604 .lep = 2, 2615 .lep = 3, 2626 .lep = 4, 2637 .lep = 5, 2648 .lep = 6, [all …]
|