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

  /src/sys/ufs/ext2fs/
ext2fs_dinode.h 131 uint16_t e2di_uid_high; /* 120: Owner UID top 16 bits (ext4) */ member in struct:ext2fs_dinode
164 #define i_e2fs_uid_high i_din.e2fs_din->e2di_uid_high
ext2fs_bswap.c 109 new->e2di_uid_high = bswap16(old->e2di_uid_high);
  /src/sys/lib/libsa/
ext2fs.c 953 new->e2di_uid_high = bswap16(old->e2di_uid_high);
  /src/sbin/fsck_ext2fs/
inode.c 644 uid |= fs2h16(dp->e2di_uid_high) << 16;

Completed in 13 milliseconds