OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e2di_uid_high
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_bswap.c
110
new->
e2di_uid_high
= bswap16(old->
e2di_uid_high
);
ext2fs_dinode.h
131
uint16_t
e2di_uid_high
; /* 120: Owner UID top 16 bits (ext4) */
member in struct:ext2fs_dinode
164
#define i_e2fs_uid_high i_din.e2fs_din->
e2di_uid_high
/src/sys/lib/libsa/
ext2fs.c
954
new->
e2di_uid_high
= bswap16(old->
e2di_uid_high
);
/src/sbin/fsck_ext2fs/
inode.c
644
uid |= fs2h16(dp->
e2di_uid_high
) << 16;
Completed in 32 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026