Searched defs:nfs4_ntov_map (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c65 nfs4_ver_fattr4_attr(vattr_t *vap, struct nfs4_ntov_map *ntovp,
154 struct nfs4_ntov_map *ntovp, union nfs4_attr_u *nap, int flags,
227 * by using nfs4_ntov_map and the same functions used by the server.
305 if (!(nfs4_ntov_map[i].vbit & vap->va_mask)) {
306 if (nfs4_ntov_map[i].fbit != FATTR4_ACL_MASK)
313 if (!(*attrfunc)(vap, vsap, &nfs4_ntov_map[i],
317 if (!(*attrfunc)(vap, &nfs4_ntov_map[i], &na[attrcnt],
328 if (nfs4_ntov_map[i].xdr_size != 0) {
338 xdr_size += nfs4_ntov_map[i].xdr_size;
339 if ((nfs4_ntov_map[
547 struct nfs4_ntov_map nfs4_ntov_map[] = { variable in typeref:struct:nfs4_ntov_map
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1143 struct nfs4_ntov_map { struct
1347 extern struct nfs4_ntov_map nfs4_ntov_map[];

Completed in 61 milliseconds