Home
last modified time | relevance | path

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

/openbsd/sys/ntfs/
H A Dntfs_vfsops.c327 ntmp->ntm_flag = argsp->flag; in ntfs_mountfs()
337 (ntmp->ntm_flag & NTFS_MFLAG_CASEINS) ? "insens." : "sens.", in ntfs_mountfs()
338 (ntmp->ntm_flag & NTFS_MFLAG_ALLNAMES) ? " allnames," : "", in ntfs_mountfs()
H A Dntfs.h269 u_long ntm_flag; member
H A Dntfs_subr.c910 !(ntmp->ntm_flag & NTFS_MFLAG_CASEINS)) in ntfs_ntlookupfile()
1099 if (ntmp->ntm_flag & NTFS_MFLAG_ALLNAMES) in ntfs_isnamepermitted()