Lines Matching +defs:path +defs:key

907 		const char *path, fuse_ino_t *inop)  in lookup_path_in_cache()
991 char **path, struct node **wnodep, bool need_lock) in try_get_path()
1186 char **path, struct node **wnode) in get_path_common()
1208 static int get_path(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path()
1213 static int get_path_nullok(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path_nullok()
1229 char **path) in get_path_name()
1235 char **path, struct node **wnode) in get_path_wrlock()
1332 struct node *wnode, char *path) in free_path_wrlock()
1342 static void free_path(struct fuse *f, fuse_ino_t nodeid, char *path) in free_path()
1580 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf, in fuse_fs_getattr()
1612 int fuse_fs_unlink(struct fuse_fs *fs, const char *path) in fuse_fs_unlink()
1625 int fuse_fs_rmdir(struct fuse_fs *fs, const char *path) in fuse_fs_rmdir()
1638 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink()
1664 int fuse_fs_release(struct fuse_fs *fs, const char *path, in fuse_fs_release()
1680 int fuse_fs_opendir(struct fuse_fs *fs, const char *path, in fuse_fs_opendir()
1703 int fuse_fs_open(struct fuse_fs *fs, const char *path, in fuse_fs_open()
1738 int fuse_fs_read_buf(struct fuse_fs *fs, const char *path, in fuse_fs_read_buf()
1793 int fuse_fs_read(struct fuse_fs *fs, const char *path, char *mem, size_t size, in fuse_fs_read()
1835 int fuse_fs_write_buf(struct fuse_fs *fs, const char *path, in fuse_fs_write_buf()
1899 int fuse_fs_write(struct fuse_fs *fs, const char *path, const char *mem, in fuse_fs_write()
1909 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync()
1924 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsyncdir()
1939 int fuse_fs_flush(struct fuse_fs *fs, const char *path, in fuse_fs_flush()
1954 int fuse_fs_statfs(struct fuse_fs *fs, const char *path, struct statvfs *buf) in fuse_fs_statfs()
1969 int fuse_fs_releasedir(struct fuse_fs *fs, const char *path, in fuse_fs_releasedir()
1984 int fuse_fs_readdir(struct fuse_fs *fs, const char *path, void *buf, in fuse_fs_readdir()
2004 int fuse_fs_create(struct fuse_fs *fs, const char *path, mode_t mode, in fuse_fs_create()
2029 int fuse_fs_lock(struct fuse_fs *fs, const char *path, in fuse_fs_lock()
2054 int fuse_fs_flock(struct fuse_fs *fs, const char *path, in fuse_fs_flock()
2075 int fuse_fs_chown(struct fuse_fs *fs, const char *path, uid_t uid, in fuse_fs_chown()
2092 int fuse_fs_truncate(struct fuse_fs *fs, const char *path, off_t size, in fuse_fs_truncate()
2109 int fuse_fs_utimens(struct fuse_fs *fs, const char *path, in fuse_fs_utimens()
2127 int fuse_fs_access(struct fuse_fs *fs, const char *path, int mask) in fuse_fs_access()
2140 int fuse_fs_readlink(struct fuse_fs *fs, const char *path, char *buf, in fuse_fs_readlink()
2155 int fuse_fs_mknod(struct fuse_fs *fs, const char *path, mode_t mode, in fuse_fs_mknod()
2171 int fuse_fs_mkdir(struct fuse_fs *fs, const char *path, mode_t mode) in fuse_fs_mkdir()
2185 int fuse_fs_setxattr(struct fuse_fs *fs, const char *path, const char *name, in fuse_fs_setxattr()
2200 int fuse_fs_getxattr(struct fuse_fs *fs, const char *path, const char *name, in fuse_fs_getxattr()
2215 int fuse_fs_listxattr(struct fuse_fs *fs, const char *path, char *list, in fuse_fs_listxattr()
2230 int fuse_fs_bmap(struct fuse_fs *fs, const char *path, size_t blocksize, in fuse_fs_bmap()
2246 int fuse_fs_removexattr(struct fuse_fs *fs, const char *path, const char *name) in fuse_fs_removexattr()
2259 int fuse_fs_ioctl(struct fuse_fs *fs, const char *path, unsigned int cmd, in fuse_fs_ioctl()
2274 int fuse_fs_poll(struct fuse_fs *fs, const char *path, in fuse_fs_poll()
2298 int fuse_fs_fallocate(struct fuse_fs *fs, const char *path, int mode, in fuse_fs_fallocate()
2338 off_t fuse_fs_lseek(struct fuse_fs *fs, const char *path, off_t off, int whence, in fuse_fs_lseek()
2482 const char *name, const char *path, in lookup_path()
2637 char *path; in fuse_lib_lookup() local
2721 char *path; in fuse_lib_getattr() local
2753 int fuse_fs_chmod(struct fuse_fs *fs, const char *path, mode_t mode, in fuse_fs_chmod()
2775 char *path; in fuse_lib_setattr() local
2854 char *path; in fuse_lib_access() local
2873 char *path; in fuse_lib_readlink() local
2896 char *path; in fuse_lib_mknod() local
2934 char *path; in fuse_lib_mkdir() local
2956 char *path; in fuse_lib_unlink() local
2995 char *path; in fuse_lib_rmdir() local
3017 char *path; in fuse_lib_symlink() local
3097 static void fuse_do_release(struct fuse *f, fuse_ino_t ino, const char *path, in fuse_do_release()
3136 char *path; in fuse_lib_create() local
3187 static void open_auto_cache(struct fuse *f, fuse_ino_t ino, const char *path, in open_auto_cache()
3223 char *path; in fuse_lib_open() local
3269 char *path; in fuse_lib_read() local
3295 char *path; in fuse_lib_write_buf() local
3318 char *path; in fuse_lib_fsync() local
3349 char *path; in fuse_lib_opendir() local
3614 char *path; in readdir_fill() local
3758 char *path; in fuse_lib_releasedir() local
3781 char *path; in fuse_lib_fsyncdir() local
3801 char *path = NULL; in fuse_lib_statfs() local
3826 char *path; in fuse_lib_setxattr() local
3844 char *path; in common_getxattr() local
3887 char *path; in common_listxattr() local
3931 char *path; in fuse_lib_removexattr() local
4065 const char *path, struct fuse_file_info *fi) in fuse_flush_common()
4101 char *path; in fuse_lib_release() local
4123 char *path; in fuse_lib_flush() local
4138 char *path; in fuse_lock_common() local
4200 char *path; in fuse_lib_flock() local
4219 char *path; in fuse_lib_bmap() local
4243 char *path, *out_buf = NULL; in fuse_lib_ioctl() local
4293 char *path; in fuse_lib_poll() local
4315 char *path; in fuse_lib_fallocate() local
4372 char *path; in fuse_lib_lseek() local
4650 int fuse_invalidate_path(struct fuse *f, const char *path) { in fuse_invalidate_path()
4689 static int fuse_lib_opt_proc(void *data, const char *arg, int key, in fuse_lib_opt_proc()
5143 char *path; in fuse_destroy() local