HomeSort by: relevance | last modified time | path
    Searched refs:e2di_nblock_high (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_dinode.h 129 uint16_t e2di_nblock_high; /* 116: Blocks count bits 47:32 (ext4) */ member in struct:ext2fs_dinode
162 #define i_e2fs_nblock_high i_din.e2fs_din->e2di_nblock_high
ext2fs_bswap.c 107 new->e2di_nblock_high = bswap16(old->e2di_nblock_high);
  /src/sbin/fsck_ext2fs/
inode.c 768 nblock |= (uint64_t)fs2h16(dp->e2di_nblock_high) << 32;
797 dp->e2di_nblock_high = h2fs16((nblock >> 32));
805 dp->e2di_nblock_high = h2fs16((EXT2_DBTOFSB(&sblock, nblock) >> 32));
  /src/sys/lib/libsa/
ext2fs.c 951 new->e2di_nblock_high = bswap16(old->e2di_nblock_high);

Completed in 45 milliseconds