Home
last modified time | relevance | path

Searched refs:chownres (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs_serv.c3471 register_t linkmax, namemax, chownres, notrunc; in nfsrv_pathconf() local
3491 error = VOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &chownres); in nfsrv_pathconf()
3505 pc->pc_chownrestricted = txdr_unsigned(chownres); in nfsrv_pathconf()
/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdserv.c2134 register_t linkmax, namemax, chownres, notrunc; in nfsrvd_pathconf() local
2148 &chownres, nd->nd_cred, p); in nfsrvd_pathconf()
2160 pc->pc_chownrestricted = txdr_unsigned(chownres); in nfsrvd_pathconf()