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

  /src/sys/ufs/ext2fs/
ext2fs_dinode.h 164 #define i_e2fs_uid_high i_din.e2fs_din->e2di_uid_high macro
ext2fs_vfsops.c 224 ip->i_uid |= ip->i_e2fs_uid_high << 16;
1186 ip->i_e2fs_uid_high = (ip->i_uid >> 16) & 0xffff;
1189 ip->i_e2fs_uid_high = 0;
ext2fs_vnops.c 489 ip->i_e2fs_uid_high = (uid >> 16) & 0xffff;
492 ip->i_e2fs_uid_high = 0;

Completed in 138 milliseconds