| H A D | fuse.c | 462 fprintf(stderr, "fuse: path too long: ...%s\n", s + len); in add_name() 710 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf) in fuse_fs_getattr() argument 714 return fs->op.getattr(path, buf); in fuse_fs_getattr() 719 int fuse_fs_fgetattr(struct fuse_fs *fs, const char *path, struct stat *buf, in fuse_fs_fgetattr() argument 724 return fs->op.fgetattr(path, buf, fi); in fuse_fs_fgetattr() 726 return fs->op.getattr(path, buf); in fuse_fs_fgetattr() 741 int fuse_fs_unlink(struct fuse_fs *fs, const char *path) in fuse_fs_unlink() argument 745 return fs->op.unlink(path); in fuse_fs_unlink() 750 int fuse_fs_rmdir(struct fuse_fs *fs, const char *path) in fuse_fs_rmdir() argument 754 return fs->op.rmdir(path); in fuse_fs_rmdir() 759 fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) fuse_fs_symlink() argument 777 fuse_fs_release(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) fuse_fs_release() argument 787 fuse_fs_opendir(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) fuse_fs_opendir() argument 797 fuse_fs_open(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) fuse_fs_open() argument 807 fuse_fs_read(struct fuse_fs *fs, const char *path, char *buf, size_t size, off_t off, struct fuse_file_info *fi) fuse_fs_read() argument 817 fuse_fs_write(struct fuse_fs *fs, const char *path, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) fuse_fs_write() argument 827 fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, struct fuse_file_info *fi) fuse_fs_fsync() argument 837 fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, struct fuse_file_info *fi) fuse_fs_fsyncdir() argument 847 fuse_fs_flush(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) fuse_fs_flush() argument 857 fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf) fuse_fs_statfs() argument 869 fuse_fs_releasedir(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi) fuse_fs_releasedir() argument 879 fuse_fs_readdir(struct fuse_fs *fs, const char *path, void *buf, fuse_fill_dir_t filler, off_t off, struct fuse_file_info *fi) fuse_fs_readdir() argument 890 fuse_fs_create(struct fuse_fs *fs, const char *path, mode_t mode, struct fuse_file_info *fi) fuse_fs_create() argument 900 fuse_fs_lock(struct fuse_fs *fs, const char *path, struct fuse_file_info *fi, int cmd, struct flock *lock) fuse_fs_lock() argument 910 fuse_fs_chown(struct fuse_fs *fs, const char *path, uid_t uid, gid_t gid) fuse_fs_chown() argument 919 fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size) fuse_fs_truncate() argument 928 fuse_fs_ftruncate(struct fuse_fs *fs, const char *path, off_t size, struct fuse_file_info *fi) fuse_fs_ftruncate() argument 940 fuse_fs_utimens(struct fuse_fs *fs, const char *path, const struct timespec tv[2]) fuse_fs_utimens() argument 955 fuse_fs_access(struct fuse_fs *fs, const char *path, int mask) fuse_fs_access() argument 964 fuse_fs_readlink(struct fuse_fs *fs, const char *path, char *buf, size_t len) fuse_fs_readlink() argument 974 fuse_fs_mknod(struct fuse_fs *fs, const char *path, mode_t mode, dev_t rdev) fuse_fs_mknod() argument 984 fuse_fs_mkdir(struct fuse_fs *fs, const char *path, mode_t mode) fuse_fs_mkdir() argument 993 fuse_fs_setxattr(struct fuse_fs *fs, const char *path, const char *name, const char *value, size_t size, int flags) fuse_fs_setxattr() argument 1003 fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name, char *value, size_t size) fuse_fs_getxattr() argument 1013 fuse_fs_listxattr(struct fuse_fs *fs, const char *path, char *list, size_t size) fuse_fs_listxattr() argument 1023 fuse_fs_bmap(struct fuse_fs *fs, const char *path, size_t blocksize, uint64_t *idx) fuse_fs_bmap() argument 1033 fuse_fs_removexattr(struct fuse_fs *fs, const char *path, const char *name) fuse_fs_removexattr() argument 1042 fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, void *arg, struct fuse_file_info *fi, unsigned int flags, void *data) fuse_fs_ioctl() argument 1163 lookup_path(struct fuse *f, fuse_ino_t nodeid, const char *name, const char *path, struct fuse_entry_param *e, struct fuse_file_info *fi) lookup_path() argument 1341 char *path; fuse_lib_lookup() local 1380 char *path; fuse_lib_getattr() local 1411 fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode) fuse_fs_chmod() argument 1425 char *path; fuse_lib_setattr() local 1505 char *path; fuse_lib_access() local 1528 char *path; fuse_lib_readlink() local 1554 char *path; fuse_lib_mknod() local 1594 char *path; fuse_lib_mkdir() local 1619 char *path; fuse_lib_unlink() local 1647 char *path; fuse_lib_rmdir() local 1673 char *path; fuse_lib_symlink() local 1761 fuse_do_release(struct fuse *f, fuse_ino_t ino, const char *path, struct fuse_file_info *fi) fuse_do_release() argument 1790 char *path; fuse_lib_create() local 1849 open_auto_cache(struct fuse *f, fuse_ino_t ino, const char *path, struct fuse_file_info *fi) open_auto_cache() argument 1886 char *path = NULL; fuse_lib_open() local 1933 char *path; fuse_lib_read() local 1977 char *path; fuse_lib_write() local 2013 char *path; fuse_lib_fsync() local 2049 char *path; fuse_lib_opendir() local 2180 char *path; readdir_fill() local 2247 char *path; fuse_lib_releasedir() local 2270 char *path; fuse_lib_fsyncdir() local 2293 char *path; fuse_lib_statfs() local 2324 char *path; fuse_lib_setxattr() local 2345 char *path; common_getxattr() local 2391 char *path; common_listxattr() local 2438 char *path; fuse_lib_removexattr() local 2571 fuse_flush_common(struct fuse *f, fuse_req_t req, fuse_ino_t ino, const char *path, struct fuse_file_info *fi) fuse_flush_common() argument 2607 char *path; fuse_lib_release() local 2636 char *path; fuse_lib_flush() local 2654 char *path; fuse_lock_common() local 2719 char *path; fuse_lib_bmap() local 2746 char *path, *out_buf = NULL; fuse_lib_ioctl() local 3222 char *path = get_path(f, node->nodeid); fuse_destroy() local [all...] |