Home
last modified time | relevance | path

Searched refs:NULLM_CASEINSENSITIVE (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/miscfs/nullfs/
H A Dnullfs.h84 #define NULLM_CASEINSENSITIVE 0x0000000000000002 macro
H A Dnull_vfsops.c247 xmp->nullm_flags = NULLM_CASEINSENSITIVE; /* default to case insensitive */ in nullfs_mount()
281 xmp->nullm_flags &= ~NULLM_CASEINSENSITIVE; in nullfs_mount()
H A Dnull_vnops.c449 …(cnp->cn_nameptr[0] == 'd' || (null_mp->nullm_flags & NULLM_CASEINSENSITIVE ? cnp->cn_nameptr[0] =… in null_special_lookup()