Searched refs:chownres (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/nfs/ |
| D | nfs_serv.c | 3471 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/ |
| D | nfs_nfsdserv.c | 2134 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()
|