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()
7252 …NO_TRUNC | NFS_FSFLAG_CHOWN_RESTRICTED | NFS_FSFLAG_CASE_INSENSITIVE | NFS_FSFLAG_CASE_PRESERVING); in nfs3_pathconf_rpc()7267 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_PRESERVING; in nfs3_pathconf_rpc()7287 …NO_TRUNC | NFS_FSFLAG_CHOWN_RESTRICTED | NFS_FSFLAG_CASE_INSENSITIVE | NFS_FSFLAG_CASE_PRESERVING); in nfs3_pathconf_cache()7291 nmp->nm_fsattr.nfsa_flags |= nfsap->nfsa_flags & NFS_FSFLAG_CASE_PRESERVING; in nfs3_pathconf_cache()7484 *ap->a_retval = (nfsap->nfsa_flags & NFS_FSFLAG_CASE_PRESERVING) ? 1 : 0; in nfs_vnop_pathconf()
745 if (nmp->nm_fsattr.nfsa_flags & NFS_FSFLAG_CASE_PRESERVING) { in nfs_vfs_getattr()