Home
last modified time | relevance | path

Searched refs:e2di_uid_high (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/ufs/ext2fs/
Dext2fs_dinode.h131 uint16_t e2di_uid_high; /* 120: Owner UID top 16 bits (ext4) */ member
164 #define i_e2fs_uid_high i_din.e2fs_din->e2di_uid_high
Dext2fs_bswap.c109 new->e2di_uid_high = bswap16(old->e2di_uid_high); in e2fs_i_bswap()
/netbsd/src/sys/lib/libsa/
Dext2fs.c953 new->e2di_uid_high = bswap16(old->e2di_uid_high); in e2fs_i_bswap()
/netbsd/src/sbin/fsck_ext2fs/
Dinode.c644 uid |= fs2h16(dp->e2di_uid_high) << 16; in pinode()