HomeSort by relevance Sort by last modified time
    Searched defs:irec (Results 1 - 7 of 7) sorted by null

  /external/syslinux/core/fs/xfs/
xfs_dir2.h 47 xfs_bmbt_irec_t irec; local
49 bmbt_irec_get(&irec, ((xfs_bmbt_rec_t *)&dip->di_literal_area[0]) +
51 last = irec.br_startoff + irec.br_blockcount;
xfs_readdir.c 200 xfs_bmbt_irec_t irec; local
217 bmbt_irec_get(&irec, ((xfs_bmbt_rec_t *)&core->di_literal_area[0]) +
219 leaf_blk = fsblock_to_bytes(fs, irec.br_startblock) >>
223 irec.br_blockcount);
243 bmbt_irec_get(&irec, (xfs_bmbt_rec_t *)&core->di_literal_area[0] + db);
245 dir_blk = fsblock_to_bytes(fs, irec.br_startblock) >> BLOCK_SHIFT(fs);
247 buf = xfs_dir2_dirblks_get_cached(fs, dir_blk, irec.br_blockcount);
280 xfs_bmbt_irec_t irec; local
300 bmbt_irec_get(&irec, (xfs_bmbt_rec_t *)&core->di_literal_area[0] +
302 } while (irec.br_startoff < xfs_dir2_byte_to_db(fs, XFS_DIR2_LEAF_OFFSET))
    [all...]
xfs_dir2.c 352 xfs_bmbt_irec_t irec; local
372 bmbt_irec_get(&irec, ((xfs_bmbt_rec_t *)&core->di_literal_area[0]) +
374 leaf_blk = fsblock_to_bytes(parent->fs, irec.br_startblock) >>
378 irec.br_blockcount);
420 bmbt_irec_get(&irec,
422 dir_blk = fsblock_to_bytes(parent->fs, irec.br_startblock) >>
425 buf = xfs_dir2_dirblks_get_cached(parent->fs, dir_blk, irec.br_blockcount);
518 xfs_bmbt_irec_t irec; local
533 bmbt_irec_get(&irec,
535 if (fsblkno >= irec.br_startoff &
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 709 TNC_IMV_Action_Recommendation irec; local
710 irec = tncs->imv_data[imv->imvID].recommendation;
711 if (irec == TNC_IMV_ACTION_RECOMMENDATION_NO_ACCESS)
713 if (irec == TNC_IMV_ACTION_RECOMMENDATION_ISOLATE &&
716 if (irec == TNC_IMV_ACTION_RECOMMENDATION_ALLOW &&
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Insertions.java 366 // irec = rec;
428 ASTRecord irec = rec.replacePath(p.getParentPath()) local
433 irec = irec.extend(Tree.Kind.ARRAY_TYPE, ASTPath.TYPE);
440 irec = extendToInnerType(irec, loc, dim);
441 criteria.add(new ASTPathCriterion(irec.astPath));
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 337 struct irec { struct
341 struct irec *next;
346 struct irec *iface; /* only valid for non-wildcard */
627 struct irec *interfaces;
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 960 milliseconds