Searched defs:le16 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c101 le16 (xfs_uint16_t x) function
243 xfs.nextents = le16(h.bb_numrecs);
271 xfs.nextents = le16(h.bb_numrecs);
347 xfs.dirmax = le16 (h->count) - le16 (h->stale);
388 toread = roundup8 (le16(dau->unused.length)) - 4;
436 if ((n->hdr.info.magic == le16(XFS_DIR2_LEAFN_MAGIC))
437 || (n->hdr.info.magic == le16(XFS_DIR2_LEAF1_MAGIC))) {
438 xfs.dirmax = le16 (h->count) - le16 (
[all...]

Completed in 196 milliseconds