Searched refs:NULLM_CASEINSENSITIVE (Results 1 – 3 of 3) sorted by relevance
84 #define NULLM_CASEINSENSITIVE 0x0000000000000002 macro
247 xmp->nullm_flags = NULLM_CASEINSENSITIVE; /* default to case insensitive */ in nullfs_mount()281 xmp->nullm_flags &= ~NULLM_CASEINSENSITIVE; in nullfs_mount()
449 …(cnp->cn_nameptr[0] == 'd' || (null_mp->nullm_flags & NULLM_CASEINSENSITIVE ? cnp->cn_nameptr[0] =… in null_special_lookup()