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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_leaf.c181 xfs_dir2_leaf_entry_t *lep; /* leaf entry table pointer */ local
224 for (use_block = -1, lep = &leaf->ents[index];
225 index < be16_to_cpu(leaf->hdr.count) && be32_to_cpu(lep->hashval) == args->hashval;
226 index++, lep++) {
227 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR)
229 i = XFS_DIR2_DATAPTR_TO_DB(mp, be32_to_cpu(lep->address));
441 * lep is still good as the index leaf entry.
444 memmove(lep + 1, lep,
445 (be16_to_cpu(leaf->hdr.count) - index) * sizeof(*lep));
1295 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1348 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1450 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1587 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1637 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
[all...]
H A Dxfs_dir2_node.c193 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
252 lep = &leaf->ents[index];
254 memmove(lep + 1, lep,
255 (be16_to_cpu(leaf->hdr.count) - index) * sizeof(*lep));
305 (index - lowstale - 1) * sizeof(*lep));
306 lep = &leaf->ents[index - 1];
321 (highstale - index) * sizeof(*lep));
322 lep = &leaf->ents[index];
331 lep
413 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
858 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
1866 xfs_dir2_leaf_entry_t *lep; /* leaf entry being changed */ local
[all...]
H A Dxfs_dir2_data.c66 xfs_dir2_leaf_entry_t *lep=NULL; /* block leaf entries */ local
79 lep = XFS_DIR2_BLOCK_LEAF_P(btp);
80 endp = (char *)lep;
147 if (be32_to_cpu(lep[i].address) == addr &&
148 be32_to_cpu(lep[i].hashval) == hash)
161 if (be32_to_cpu(lep[i].address) == XFS_DIR2_NULL_DATAPTR)
164 ASSERT(be32_to_cpu(lep[i].hashval) >= be32_to_cpu(lep[i - 1].hashval));
H A Dxfs_dir2_block.c892 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ local
943 (uint)sizeof(*lep) * (be16_to_cpu(leaf->hdr.count) - be16_to_cpu(leaf->hdr.stale));
978 lep = XFS_DIR2_BLOCK_LEAF_P(btp);
982 lep[to++] = leaf->ents[from];
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c333 const char *lep; local
342 lep = linux_emul_path;
345 lep = dlep;
349 lep_len = strlen(lep);
359 if (strncmp(mntto, lep, lep_len) == 0 &&
411 const char *lep; local
421 lep = linux_emul_path;
424 lep = dlep;
428 lep_len = strlen(lep);
/freebsd-9.3-release/sbin/restore/
H A Dsymtab.c528 struct entry *baseep, *lep; local
596 lep = (struct entry *)entry;
602 for (ep = &baseep[1]; ep < lep; ep++) {
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c6503 struct sctp_inpcb *lep; local
6517 lep = sctp_pcb_findep(addr_touse, 1, 0, vrf_id);
6518 if (lep != NULL) {
6524 SCTP_INP_DECR_REF(lep);
6526 if (lep == inp) {
6529 } else if (lep == NULL) {
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c1550 isp_ledone(ispsoftc_t *isp, lun_entry_t *lep) argument
1555 if (lep->le_status != LUN_OK) {
1556 isp_prt(isp, ISP_LOGERR, "ENABLE/MODIFY LUN returned 0x%x", lep->le_status);

Completed in 103 milliseconds