OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCHNAMLEN
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/sys/
namei.h
206
* a maximum length of
NCHNAMLEN
are stored in non-pooled storage.
208
#define
NCHNAMLEN
sizeof(((struct namecache *)NULL)->nc_name)
namei.src
198
* a maximum length of
NCHNAMLEN
are stored in non-pooled storage.
200
#define
NCHNAMLEN
sizeof(((struct namecache *)NULL)->nc_name)
/src/sys/fs/nfs/common/
nfsport.h
654
#ifdef
NCHNAMLEN
655
#undef
NCHNAMLEN
/* defined in sys/namei.h */
657
#define
NCHNAMLEN
9999999
/src/sys/kern/
vfs_cache.c
88
* maximum length of
NCHNAMLEN
are allocated with kmem_alloc(); they
416
if (namelen >
NCHNAMLEN
) {
946
if (__predict_true(namelen <=
NCHNAMLEN
)) {
/src/usr.bin/pmap/
pmap.c
876
/* Otherwise pull first
NCHNAMLEN
chars of name. */
877
nlen = MIN(NC_NLEN(&nc),
NCHNAMLEN
);
/src/sys/fs/nfs/client/
nfs_clrpcops.c
3519
if (cnp->cn_namelen <=
NCHNAMLEN
&&
Completed in 20 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025