chown
extern int chown(const char *path, uid_t owner, gid_t group);
int (*chown) (const char *, uid_t, gid_t);
int (*chown) (const char *, uid_t, gid_t);
int (*chown) (const char *, uid_t, gid_t);
int (*chown) (const char *, uid_t, gid_t);
int (*chown) (const char *, uid_t, gid_t);
if (chown(path, getuid(), getgid()) != 0
fFS->ops.chmod != NULL || fFS->ops.chown != NULL
if (fs->ops.chown == NULL)
return fs->ops.chown(path, uid, gid);
(void) chown(li, 0, 0);
if (chown(G.filename, (uid_t)z_uidgid[0], (gid_t)z_uidgid[1]))
chown(d->fn, (uid_t)d->uidgid[0], (gid_t)d->uidgid[1]))
if (chown(realPath.c_str(), st->st_uid, (gid_t)-1) < 0)
if (chown(realPath.c_str(), (uid_t)-1, st->st_gid) < 0)
: chown(path, owner, group);
: chown(fullPath, owner, group);
chown (ccname + 5, pwd->pw_uid, -1);
fuseOps->chown = fuse_chown;