Home
last modified time | relevance | path

Searched refs:NFS_FSFLAG_CASE_INSENSITIVE (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/bsd/nfs/
H A Dnfsmount.h103 #define NFS_FSFLAG_CASE_INSENSITIVE 0x00000020 macro
H A Dnfs_node.c165 if (!skip && (nmp->nm_fsattr.nfsa_flags & NFS_FSFLAG_CASE_INSENSITIVE)) { in nfs_case_insensitive()
H A Dnfs4_subs.c2007 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_INSENSITIVE; in nfs4_parsefattr()
2009 nfsap->nfsa_flags &= ~NFS_FSFLAG_CASE_INSENSITIVE; in nfs4_parsefattr()
H A Dnfs_vnops.c7252 …flags &= ~(NFS_FSFLAG_NO_TRUNC | NFS_FSFLAG_CHOWN_RESTRICTED | NFS_FSFLAG_CASE_INSENSITIVE | NFS_F… in nfs3_pathconf_rpc()
7263 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_INSENSITIVE; in nfs3_pathconf_rpc()
7287 …flags &= ~(NFS_FSFLAG_NO_TRUNC | NFS_FSFLAG_CHOWN_RESTRICTED | NFS_FSFLAG_CASE_INSENSITIVE | NFS_F… in nfs3_pathconf_cache()
7290 nmp->nm_fsattr.nfsa_flags |= nfsap->nfsa_flags & NFS_FSFLAG_CASE_INSENSITIVE; in nfs3_pathconf_cache()
7477 *ap->a_retval = (nfsap->nfsa_flags & NFS_FSFLAG_CASE_INSENSITIVE) ? 0 : 1; in nfs_vnop_pathconf()
H A Dnfs_vfsops.c739 if (!(nmp->nm_fsattr.nfsa_flags & NFS_FSFLAG_CASE_INSENSITIVE)) { in nfs_vfs_getattr()