Home
last modified time | relevance | path

Searched refs:chown_restricted (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_attr.h342 fattr4_chown_restricted chown_restricted; member
H A Dnfs.h2095 bool_t chown_restricted; member
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x1150 bool chown_restricted; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c1258 na->chown_restricted = (val == 1); in rfs4_fattr4_chown_restricted()
1272 if (na->chown_restricted != (val == 1)) in rfs4_fattr4_chown_restricted()
H A Dnfs3_srv.c4080 resp->resok.info.chown_restricted = TRUE; in rfs3_pathconf()
4082 resp->resok.info.chown_restricted = FALSE; in rfs3_pathconf()
H A Dnfs3_xdr.c2623 if (!xdr_bool(xdrs, &resokp->info.chown_restricted)) in xdr_PATHCONF3res()
H A Dnfs3_vnops.c5843 *valp = rp->r_pathconf->chown_restricted; in nfs3_pathconf()
5909 *valp = res.resok.info.chown_restricted; in nfs3_pathconf()