Lines Matching defs:path
75 static int xmp_getattr(const char *path, struct stat *stbuf, in xmp_getattr()
92 static int xmp_access(const char *path, int mask) in xmp_access()
103 static int xmp_readlink(const char *path, char *buf, size_t size) in xmp_readlink()
121 static int xmp_opendir(const char *path, struct fuse_file_info *fi) in xmp_opendir()
146 static int xmp_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in xmp_readdir()
207 static int xmp_releasedir(const char *path, struct fuse_file_info *fi) in xmp_releasedir()
216 static int xmp_mknod(const char *path, mode_t mode, dev_t rdev) in xmp_mknod()
230 static int xmp_mkdir(const char *path, mode_t mode) in xmp_mkdir()
241 static int xmp_unlink(const char *path) in xmp_unlink()
252 static int xmp_rmdir(const char *path) in xmp_rmdir()
300 static int xmp_chmod(const char *path, mode_t mode, in xmp_chmod()
315 static int xmp_chown(const char *path, uid_t uid, gid_t gid, in xmp_chown()
330 static int xmp_truncate(const char *path, off_t size, in xmp_truncate()
347 static int xmp_utimens(const char *path, const struct timespec ts[2], in xmp_utimens()
364 static int xmp_create(const char *path, mode_t mode, struct fuse_file_info *fi) in xmp_create()
376 static int xmp_open(const char *path, struct fuse_file_info *fi) in xmp_open()
388 static int xmp_read(const char *path, char *buf, size_t size, off_t offset, in xmp_read()
401 static int xmp_read_buf(const char *path, struct fuse_bufvec **bufp, in xmp_read_buf()
423 static int xmp_write(const char *path, const char *buf, size_t size, in xmp_write()
436 static int xmp_write_buf(const char *path, struct fuse_bufvec *buf, in xmp_write_buf()
450 static int xmp_statfs(const char *path, struct statvfs *stbuf) in xmp_statfs()
461 static int xmp_flush(const char *path, struct fuse_file_info *fi) in xmp_flush()
478 static int xmp_release(const char *path, struct fuse_file_info *fi) in xmp_release()
486 static int xmp_fsync(const char *path, int isdatasync, in xmp_fsync()
507 static int xmp_fallocate(const char *path, int mode, in xmp_fallocate()
521 static int xmp_setxattr(const char *path, const char *name, const char *value, in xmp_setxattr()
530 static int xmp_getxattr(const char *path, const char *name, char *value, in xmp_getxattr()
539 static int xmp_listxattr(const char *path, char *list, size_t size) in xmp_listxattr()
547 static int xmp_removexattr(const char *path, const char *name) in xmp_removexattr()
557 static int xmp_lock(const char *path, struct fuse_file_info *fi, int cmd, in xmp_lock()
567 static int xmp_flock(const char *path, struct fuse_file_info *fi, int op) in xmp_flock()
599 static off_t xmp_lseek(const char *path, off_t off, int whence, struct fuse_file_info *fi) in xmp_lseek()