OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dh_ino
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_accessors.h
302
return LFS_SWAP_uint64_t(fs, dh->u_64.
dh_ino
);
304
return LFS_SWAP_uint32_t(fs, dh->u_32.
dh_ino
);
349
dh->u_64.
dh_ino
= LFS_SWAP_uint64_t(fs, ino);
351
dh->u_32.
dh_ino
= LFS_SWAP_uint32_t(fs, ino);
lfs.h
353
uint32_t
dh_ino
; /* inode number of entry */
member in struct:lfs_dirheader32
361
uint64_t
dh_ino
; /* inode number of entry */
member in struct:lfs_dirheader64
Completed in 26 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026