Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vfsops.c247 xmp->nullm_flags = NULLM_CASEINSENSITIVE; /* default to case insensitive */ in nullfs_mount()
250 xmp->nullm_flags |= conf.flags & NULLM_UNVEIL; in nullfs_mount()
281 xmp->nullm_flags &= ~NULLM_CASEINSENSITIVE; in nullfs_mount()
H A Dnullfs.h98 uint64_t nullm_flags; member
H A Dnull_vnops.c128 if ((null_mp->nullm_flags & NULLM_UNVEIL) == NULLM_UNVEIL) { in nullfs_get_patched_context()
144 if ((null_mp->nullm_flags & NULLM_UNVEIL) == NULLM_UNVEIL) { in nullfs_cleanup_patched_context()
291 if ((null_mp->nullm_flags & NULLM_UNVEIL) == NULLM_UNVEIL) { in nullfs_getattr()
457 …(cnp->cn_nameptr[0] == 'd' || (null_mp->nullm_flags & NULLM_CASEINSENSITIVE ? cnp->cn_nameptr[0] =… in null_special_lookup()