Searched refs:nullm_flags (Results 1 – 3 of 3) sorted by relevance
247 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()
98 uint64_t nullm_flags; member
128 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()