Searched refs:NFS_FSFLAG_CASE_PRESERVING (Results 1 – 4 of 4) sorted by relevance
104 #define NFS_FSFLAG_CASE_PRESERVING 0x00000040 macro
2016 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_PRESERVING; in nfs4_parsefattr()2018 nfsap->nfsa_flags &= ~NFS_FSFLAG_CASE_PRESERVING; in nfs4_parsefattr()
7263 …NO_TRUNC | NFS_FSFLAG_CHOWN_RESTRICTED | NFS_FSFLAG_CASE_INSENSITIVE | NFS_FSFLAG_CASE_PRESERVING); in nfs3_pathconf_rpc()7278 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_PRESERVING; in nfs3_pathconf_rpc()7298 …NO_TRUNC | NFS_FSFLAG_CHOWN_RESTRICTED | NFS_FSFLAG_CASE_INSENSITIVE | NFS_FSFLAG_CASE_PRESERVING); in nfs3_pathconf_cache()7302 nmp->nm_fsattr.nfsa_flags |= nfsap->nfsa_flags & NFS_FSFLAG_CASE_PRESERVING; in nfs3_pathconf_cache()7495 *ap->a_retval = (nfsap->nfsa_flags & NFS_FSFLAG_CASE_PRESERVING) ? 1 : 0; in nfs_vnop_pathconf()
706 if (nmp->nm_fsattr.nfsa_flags & NFS_FSFLAG_CASE_PRESERVING) { in nfs_vfs_getattr()