Home
last modified time | relevance | path

Searched refs:i_e2fs_uid_high (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/ufs/ufs/
H A Dinode.h245 #define i_e2fs_uid_high i_e2din->e2di_uid_high macro
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_inode.c187 ip->i_e2fs_uid_high = ip->i_e2fs_uid >> 16; in ext2fs_update()
H A Dext2fs_vfsops.c918 ip->i_e2fs_uid = ip->i_e2fs_uid_low | (ip->i_e2fs_uid_high << 16); in ext2fs_vget()