Lines Matching +defs:path +defs:key
801 static int op_getattr(const char *path, struct stat *statbuf) in op_getattr()
825 static int op_readlink(const char *path, char *buf, size_t len) in op_readlink()
901 static int op_mknod(const char *path, mode_t mode, dev_t dev) in op_mknod()
1031 static int op_mkdir(const char *path, mode_t mode) in op_mkdir()
1173 static int unlink_file_by_name(ext2_filsys fs, const char *path) in unlink_file_by_name()
1274 static int __op_unlink(struct fuse2fs *ff, const char *path) in __op_unlink()
1298 static int op_unlink(const char *path) in op_unlink()
1339 static int __op_rmdir(struct fuse2fs *ff, const char *path) in __op_rmdir()
1408 static int op_rmdir(const char *path) in op_rmdir()
1874 static int op_chmod(const char *path, mode_t mode) in op_chmod()
1933 static int op_chown(const char *path, uid_t owner, gid_t group) in op_chown()
2003 static int op_truncate(const char *path, off_t len) in op_truncate()
2076 static int __op_open(struct fuse2fs *ff, const char *path, in __op_open()
2143 static int op_open(const char *path, struct fuse_file_info *fp) in op_open()
2415 static int op_getxattr(const char *path, const char *key, char *value, in op_getxattr()
2520 static int op_listxattr(const char *path, char *names, size_t len) in op_listxattr()
2597 const char *key, const char *value, in op_setxattr()
2675 static int op_removexattr(const char *path, const char *key) in op_removexattr()
2800 static int op_access(const char *path, int mask) in op_access()
2828 static int op_create(const char *path, mode_t mode, struct fuse_file_info *fp) in op_create()
3028 static int op_utimens(const char *path, const struct timespec ctv[2]) in op_utimens()
3307 static int op_bmap(const char *path, size_t blocksize EXT2FS_ATTR((unused)), in op_bmap()
3676 int key, struct fuse_args *outargs) in fuse2fs_opt_proc()