Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c223 ip->i_gid |= ip->i_e2fs_gid_high << 16; in ext2fs_set_inode_guid()
1191 ip->i_e2fs_gid_high = pdir->i_e2fs_gid_high; in ext2fs_newvnode()
1194 ip->i_e2fs_gid_high = 0; in ext2fs_newvnode()
1196 ip->i_gid = ip->i_e2fs_gid | (ip->i_e2fs_gid_high << 16); in ext2fs_newvnode()
H A Dext2fs_dinode.h165 #define i_e2fs_gid_high i_din.e2fs_din->e2di_gid_high macro
H A Dext2fs_vnops.c488 ip->i_e2fs_gid_high = (gid >> 16) & 0xffff; in ext2fs_chown()
491 ip->i_e2fs_gid_high = 0; in ext2fs_chown()