Home
last modified time | relevance | path

Searched refs:fuse_fs_chmod (Results 1 - 6 of 6) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h600 int fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode);
/third_party/libfuse/include/
H A Dfuse.h1227 int fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode,
/third_party/libfuse/lib/modules/
H A Dsubdir.c297 err = fuse_fs_chmod(d->next, newpath, mode, fi); in subdir_chmod()
H A Diconv.c312 err = fuse_fs_chmod(ic->next, newpath, mode, fi); in iconv_chmod()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c1411 int fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode) in fuse_fs_chmod() function
1436 err = fuse_fs_chmod(f->fs, path, attr->st_mode); in fuse_lib_setattr()
/third_party/libfuse/lib/
H A Dfuse.c2753 int fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode, in fuse_fs_chmod() function
2788 err = fuse_fs_chmod(f->fs, path, attr->st_mode, fi); in fuse_lib_setattr()

Completed in 17 milliseconds