Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_dinode.h164 #define i_e2fs_uid_high i_din.e2fs_din->e2di_uid_high macro
H A Dext2fs_vfsops.c224 ip->i_uid |= ip->i_e2fs_uid_high << 16; in ext2fs_set_inode_guid()
1190 ip->i_e2fs_uid_high = (ip->i_uid >> 16) & 0xffff; in ext2fs_newvnode()
1193 ip->i_e2fs_uid_high = 0; in ext2fs_newvnode()
H A Dext2fs_vnops.c489 ip->i_e2fs_uid_high = (uid >> 16) & 0xffff; in ext2fs_chown()
492 ip->i_e2fs_uid_high = 0; in ext2fs_chown()