OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:d_namlen
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/compat/sunos/
sunos_dirent.h
41
u_short
d_namlen
;
member in struct:sunos_dirent
/src/sys/compat/sunos32/
sunos32_dirent.h
42
u_short
d_namlen
;
member in struct:sunos32_dirent
/src/sys/compat/sys/
dirent.h
40
u_int16_t
d_namlen
; /* length of string in d_name */
member in struct:dirent43
48
u_int8_t
d_namlen
; /* length of string in d_name */
member in struct:dirent12
/src/sys/sys/
dirhash.h
42
/* dirent's
d_namlen
is to avoid useless costly fid->dirent translations */
46
uint32_t
d_namlen
;
member in struct:dirhash_entry
dirent.h
53
uint16_t
d_namlen
; /* length of string in d_name */
member in struct:dirent
113
#define _DIRENT_SIZE(dp) _DIRENT_RECLEN(dp, (dp)->
d_namlen
)
/src/sys/ufs/ufs/
dir.h
85
u_int8_t
d_namlen
; /* length of string in d_name */
member in struct:direct
112
* NUL byte (dp->
d_namlen
+1), rounded up to a 4 byte boundary.
125
UFS_DIRECTSIZ((dp)->d_type) : UFS_DIRECTSIZ((dp)->
d_namlen
))
129
UFS_DIRECTSIZ((dp)->d_type) : UFS_DIRECTSIZ((dp)->
d_namlen
))
150
* return ((FSFMT(vp) && swap) ? dp->d_type : dp->
d_namlen
);
170
* volumes there is no d_type field, just a 16-bit
d_namlen
; so if
171
* the 16-bit
d_namlen
is little-endian, the useful part of it is
/src/sbin/newfs/
mkfs.c
1014
u_int16_t
d_namlen
;
member in struct:odirect
1572
((struct odirect*)dbuf)->
d_namlen
=
1573
bswap16(((struct odirect*)dir)->
d_namlen
);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
701
u16
d_namlen
; // not used
member in struct:__sanitizer::linux_dirent
/src/sys/coda/
coda.h
165
unsigned short
d_namlen
; /* length of string in d_name */
member in struct:venus_dirent
170
(((dp)->
d_namlen
+1 + 3) &~ 3))
179
unsigned char
d_namlen
; /* length of string in d_name */
member in struct:venus_dirent
184
(((dp)->
d_namlen
+1 + 3) &~ 3))
/src/sys/rump/include/rump/
rumpdefs.h
589
uint16_t
d_namlen
; /* length of string in d_name */
member in struct:rump_dirent
Completed in 19 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025