Searched refs:NFS_FSFLAG_CASE_INSENSITIVE (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h103 #define NFS_FSFLAG_CASE_INSENSITIVE 0x00000020 macro
H A Dnfs4_subs.c1740 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_INSENSITIVE;
1742 nfsap->nfsa_flags &= ~NFS_FSFLAG_CASE_INSENSITIVE;
H A Dnfs_vnops.c6150 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_INSENSITIVE;
6174 nmp->nm_fsattr.nfsa_flags |= nfsap->nfsa_flags & NFS_FSFLAG_CASE_INSENSITIVE;
6309 *ap->a_retval = (nfsap->nfsa_flags & NFS_FSFLAG_CASE_INSENSITIVE) ? 0 : 1;
H A Dnfs_vfsops.c600 if (!(nmp->nm_fsattr.nfsa_flags & NFS_FSFLAG_CASE_INSENSITIVE))

Completed in 45 milliseconds