/src/sys/nfs/ |
nfs_serv.c | 3471 register_t linkmax, namemax, chownres, notrunc; local in function:nfsrv_pathconf 3491 error = VOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &chownres); 3505 pc->pc_chownrestricted = txdr_unsigned(chownres);
|
nfs_serv.c | 3471 register_t linkmax, namemax, chownres, notrunc; local in function:nfsrv_pathconf 3491 error = VOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &chownres); 3505 pc->pc_chownrestricted = txdr_unsigned(chownres);
|
/src/sys/fs/nfs/server/ |
nfs_nfsdserv.c | 2134 register_t linkmax, namemax, chownres, notrunc; local in function:nfsrvd_pathconf 2148 &chownres, nd->nd_cred, p); 2160 pc->pc_chownrestricted = txdr_unsigned(chownres);
|
nfs_nfsdserv.c | 2134 register_t linkmax, namemax, chownres, notrunc; local in function:nfsrvd_pathconf 2148 &chownres, nd->nd_cred, p); 2160 pc->pc_chownrestricted = txdr_unsigned(chownres);
|