OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UFS_NDADDR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ufs/
dinode.h
79
#define
UFS_NDADDR
12 /* Direct addresses in inode. */
93
int32_t di_db[
UFS_NDADDR
]; /* 40: Direct disk blocks. */
124
int64_t di_db[
UFS_NDADDR
]; /* 112: Direct disk blocks. */
140
#define UFS1_MAXSYMLINKLEN ((
UFS_NDADDR
+ UFS_NIADDR) * sizeof(int32_t))
141
#define UFS2_MAXSYMLINKLEN ((
UFS_NDADDR
+ UFS_NIADDR) * sizeof(int64_t))
/src/sys/ufs/chfs/
chfs_inode.h
144
#define
UFS_NDADDR
12 /* Direct addresses in inode. */
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025