Searched refs:nlc (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | vfs_nlookup.c | 533 struct nlcomponent nlc; in nlookup() local 561 bzero(&nlc, sizeof(nlc)); in nlookup() 671 nlc.nlc_nameptr = ptr; in nlookup() 672 nlc.nlc_namelen = nptr - ptr; in nlookup() 674 if (nlc.nlc_namelen >= 256) { in nlookup() 703 if (nlc.nlc_namelen == 1 && nlc.nlc_nameptr[0] == '.') { in nlookup() 712 } else if (nlc.nlc_namelen == 2 && in nlookup() 713 nlc.nlc_nameptr[0] == '.' && nlc.nlc_nameptr[1] == '.') { in nlookup() 775 error = cache_nlookup_maybe_shared(&nd->nl_nch, &nlc, in nlookup() 779 nch = cache_nlookup_nonlocked(&nd->nl_nch, &nlc); in nlookup() [all …]
|
| HD | vfs_cache.c | 2726 struct nlcomponent nlc; in cache_inefficient_scan() local 2761 nlc.nlc_nameptr = fakename; in cache_inefficient_scan() 2762 nlc.nlc_namelen = strlen(fakename); in cache_inefficient_scan() 2763 rncp = cache_nlookup(nch, &nlc); in cache_inefficient_scan() 2807 nlc.nlc_nameptr = den->d_name; in cache_inefficient_scan() 2808 nlc.nlc_namelen = den->d_namlen; in cache_inefficient_scan() 2809 rncp = cache_nlookup(nch, &nlc); in cache_inefficient_scan() 3228 cache_nlookup(struct nchandle *par_nch, struct nlcomponent *nlc) in cache_nlookup() argument 3254 hash = fnv_32_buf(nlc->nlc_nameptr, nlc->nlc_namelen, FNV1_32_INIT); in cache_nlookup() 3282 ncp->nc_nlen == nlc->nlc_namelen) { in cache_nlookup() [all …]
|
| /dragonfly/sys/sys/ |
| HD | namecache.h | 205 struct nlcomponent *nlc); 207 struct nlcomponent *nlc); 209 struct nlcomponent *nlc); 211 struct nlcomponent *nlc, int excl,
|
| HD | nlookup.h | 169 struct nlcomponent *nlc);
|
| /dragonfly/sys/vfs/nfs/ |
| HD | nfs_vnops.c | 253 nlcdegenerate(struct nlcomponent *nlc) in nlcdegenerate() argument 255 if (nlc->nlc_namelen == 1 && nlc->nlc_nameptr[0] == '.') in nlcdegenerate() 257 if (nlc->nlc_namelen == 2 && in nlcdegenerate() 258 nlc->nlc_nameptr[0] == '.' && nlc->nlc_nameptr[1] == '.') in nlcdegenerate() 2729 struct nlcomponent nlc; in nfs_readdirplusrpc_uio() local 2756 bzero(&nlc, sizeof(nlc)); in nfs_readdirplusrpc_uio() 2836 nlc.nlc_nameptr = uiop->uio_iov->iov_base; in nfs_readdirplusrpc_uio() 2837 nlc.nlc_namelen = len; in nfs_readdirplusrpc_uio() 2872 if (doit && bigenough && !nlcdegenerate(&nlc) && in nfs_readdirplusrpc_uio() 2878 nlc.nlc_namelen, nlc.nlc_namelen, in nfs_readdirplusrpc_uio() [all …]
|
| /dragonfly/etc/ |
| HD | services | 1642 iclpv-nlc 1394/tcp #Network Log Client 1643 iclpv-nlc 1394/udp #Network Log Client
|