HomeSort by: relevance | last modified time | path
    Searched refs:NC_NLEN_MASK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
namei.h 217 #define NC_NLEN_MASK ((1 << NC_NLEN_BITS) - 1)
218 #define NC_NLEN(ncp) ((ncp)->nc_key & NC_NLEN_MASK)
namei.src 209 #define NC_NLEN_MASK ((1 << NC_NLEN_BITS) - 1)
210 #define NC_NLEN(ncp) ((ncp)->nc_key & NC_NLEN_MASK)
  /src/sys/kern/
vfs_cache.c 225 CTASSERT(NC_NLEN_MASK >= MAXPATHLEN);
287 int cache_maxlen __read_mostly = NC_NLEN_MASK; /* max name length to cache */
367 KASSERT((nlen & ~NC_NLEN_MASK) == 0);

Completed in 34 milliseconds