chmod
extern int chmod(const char *path, mode_t mode);
int (*chmod) (const char *, mode_t);
int (*chmod) (const char *, mode_t);
int (*chmod) (const char *, mode_t);
int (*chmod) (const char *, mode_t);
int (*chmod) (const char *, mode_t);
|| chmod(path, S_IRUSR | S_IWUSR | S_IWGRP) != 0) {
if (chmod(path.GetPath(), request->nodeInfo.st.st_mode) < 0)
fFS->ops.chmod != NULL || fFS->ops.chown != NULL
if (fs->ops.chmod == NULL)
return fs->ops.chmod(path, mode);
else if (chmod($8, $6) < 0)
(void) chmod(li, 0600);
if (chmod(G.filename, (0xffff & G.pInfo->file_attr) | 0700))
if (chmod(G.filename, 0xffff & G.pInfo->file_attr))
if (chmod(d->fn, 0xffff & d->perms)) {
chmod(G.filename, S_IREAD | S_IWRITE);
chmod(G.filename, 0);
if (chmod(realPath.c_str(), st->st_mode) < 0)
return chmod(path, mode);
status = chmod(fullPath, mode);
chmod("/var/shared_memory", 0777);
chmod(path.Path(), 0777);
chmod(pathname, (mode_t)perm);
if (chmod("__file", 0644) != 0)
chmod(testFile4, 0755);
chmod(testFile4, 0644);
fuseOps->chmod = fuse_chmod;