Lines Matching defs:path
71 static int xmp_getattr(const char *path, struct stat *stbuf, in xmp_getattr()
88 static int xmp_access(const char *path, int mask) in xmp_access()
99 static int xmp_readlink(const char *path, char *buf, size_t size) in xmp_readlink()
117 static int xmp_opendir(const char *path, struct fuse_file_info *fi) in xmp_opendir()
142 static int xmp_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in xmp_readdir()
203 static int xmp_releasedir(const char *path, struct fuse_file_info *fi) in xmp_releasedir()
212 static int xmp_mknod(const char *path, mode_t mode, dev_t rdev) in xmp_mknod()
226 static int xmp_mkdir(const char *path, mode_t mode) in xmp_mkdir()
237 static int xmp_unlink(const char *path) in xmp_unlink()
248 static int xmp_rmdir(const char *path) in xmp_rmdir()
296 static int xmp_chmod(const char *path, mode_t mode, in xmp_chmod()
311 static int xmp_chown(const char *path, uid_t uid, gid_t gid, in xmp_chown()
326 static int xmp_truncate(const char *path, off_t size, in xmp_truncate()
343 static int xmp_utimens(const char *path, const struct timespec ts[2], in xmp_utimens()
360 static int xmp_create(const char *path, mode_t mode, struct fuse_file_info *fi) in xmp_create()
372 static int xmp_open(const char *path, struct fuse_file_info *fi) in xmp_open()
384 static int xmp_read(const char *path, char *buf, size_t size, off_t offset, in xmp_read()
397 static int xmp_read_buf(const char *path, struct fuse_bufvec **bufp, in xmp_read_buf()
419 static int xmp_write(const char *path, const char *buf, size_t size, in xmp_write()
432 static int xmp_write_buf(const char *path, struct fuse_bufvec *buf, in xmp_write_buf()
446 static int xmp_statfs(const char *path, struct statvfs *stbuf) in xmp_statfs()
457 static int xmp_flush(const char *path, struct fuse_file_info *fi) in xmp_flush()
474 static int xmp_release(const char *path, struct fuse_file_info *fi) in xmp_release()
482 static int xmp_fsync(const char *path, int isdatasync, in xmp_fsync()
503 static int xmp_fallocate(const char *path, int mode, in xmp_fallocate()
517 static int xmp_setxattr(const char *path, const char *name, const char *value, in xmp_setxattr()
526 static int xmp_getxattr(const char *path, const char *name, char *value, in xmp_getxattr()
535 static int xmp_listxattr(const char *path, char *list, size_t size) in xmp_listxattr()
543 static int xmp_removexattr(const char *path, const char *name) in xmp_removexattr()
553 static int xmp_lock(const char *path, struct fuse_file_info *fi, int cmd, in xmp_lock()
563 static int xmp_flock(const char *path, struct fuse_file_info *fi, int op) in xmp_flock()
595 static off_t xmp_lseek(const char *path, off_t off, int whence, struct fuse_file_info *fi) in xmp_lseek()