Home
last modified time | relevance | path

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

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcopycore.cc1963 int erg = 0, chownres, chmodres; in tryApplyOwnerPerm() local
1967 chownres = worker_chown( filename, wanted_user, wanted_group ); in tryApplyOwnerPerm()
1968 if ( chownres != 0 ) { in tryApplyOwnerPerm()
1977 ( ( geteuid() == 0 ) && ( chownres == 0 ) ) ) ) { in tryApplyOwnerPerm()
1987 ( ( geteuid() == 0 ) && ( chownres == 0 ) ) ) ) { in tryApplyOwnerPerm()
/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_serv.c3475 register_t linkmax, namemax, chownres, notrunc; in nfsrv_pathconf() local
3495 error = VOP_PATHCONF(vp, _PC_CHOWN_RESTRICTED, &chownres); in nfsrv_pathconf()
3509 pc->pc_chownrestricted = txdr_unsigned(chownres); in nfsrv_pathconf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c2097 register_t linkmax, namemax, chownres, notrunc; in nfsrvd_pathconf() local
2111 &chownres, nd->nd_cred, p); in nfsrvd_pathconf()
2123 pc->pc_chownrestricted = txdr_unsigned(chownres); in nfsrvd_pathconf()