Searched refs:nfsap (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs4_subs.c | 1772 struct nfs_fsattr *nfsap, in nfs4_parsefattr() argument 1792 if (!nfsap) { in nfs4_parsefattr() 1793 nfsap = &nfsa_dummy; in nfs4_parsefattr() 1817 nfsap->nfsa_bitmap[i] |= bitmap[i] & nfs_fs_attr_bitmap[i]; in nfs4_parsefattr() 1825 nfsm_chain_get_bitmap(error, nmc, nfsap->nfsa_supp_attr, len); in nfs4_parsefattr() 1841 nfsap->nfsa_flags &= ~NFS_FSFLAG_FHTYPE_MASK; in nfs4_parsefattr() 1842 nfsap->nfsa_flags |= val << NFS_FSFLAG_FHTYPE_SHIFT; in nfs4_parsefattr() 1859 nfsap->nfsa_flags |= NFS_FSFLAG_LINK; in nfs4_parsefattr() 1861 nfsap->nfsa_flags &= ~NFS_FSFLAG_LINK; in nfs4_parsefattr() 1868 nfsap->nfsa_flags |= NFS_FSFLAG_SYMLINK; in nfs4_parsefattr() [all …]
|
| H A D | nfs_vnops.c | 7228 struct nfs_fsattr *nfsap, in nfs3_pathconf_rpc() argument 7261 nfsm_chain_get_32(error, &nmrep, nfsap->nfsa_maxlink); in nfs3_pathconf_rpc() 7262 nfsm_chain_get_32(error, &nmrep, nfsap->nfsa_maxname); in nfs3_pathconf_rpc() 7263 …nfsap->nfsa_flags &= ~(NFS_FSFLAG_NO_TRUNC | NFS_FSFLAG_CHOWN_RESTRICTED | NFS_FSFLAG_CASE_INSENSI… in nfs3_pathconf_rpc() 7266 nfsap->nfsa_flags |= NFS_FSFLAG_NO_TRUNC; in nfs3_pathconf_rpc() 7270 nfsap->nfsa_flags |= NFS_FSFLAG_CHOWN_RESTRICTED; in nfs3_pathconf_rpc() 7274 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_INSENSITIVE; in nfs3_pathconf_rpc() 7278 nfsap->nfsa_flags |= NFS_FSFLAG_CASE_PRESERVING; in nfs3_pathconf_rpc() 7280 NFS_BITMAP_SET(nfsap->nfsa_bitmap, NFS_FATTR_MAXLINK); in nfs3_pathconf_rpc() 7281 NFS_BITMAP_SET(nfsap->nfsa_bitmap, NFS_FATTR_MAXNAME); in nfs3_pathconf_rpc() [all …]
|
| H A D | nfs4_vnops.c | 1424 struct nfs_fsattr *nfsap, in nfs4_pathconf_rpc() argument 1477 error = nfs4_parsefattr(&nmrep, nfsap, nvattr, NULL, NULL, NULL); in nfs4_pathconf_rpc()
|