Searched refs:fuse_fs_ioctl (Results 1 - 4 of 4) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse.h | 1252 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, 1256 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, unsigned int cmd,
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 623 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, void *arg,
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 1042 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, void *arg, in fuse_fs_ioctl() function 2778 err = fuse_fs_ioctl(f->fs, path, cmd, arg, &fi, flags, in fuse_lib_ioctl()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2259 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, unsigned int cmd, in fuse_fs_ioctl() function 4259 err = fuse_fs_ioctl(f->fs, path, cmd, arg, &fi, flags, in fuse_lib_ioctl()
|
Completed in 17 milliseconds