• Home
  • Raw
  • Download

Lines Matching defs:fuse

249 struct fuse {  struct
250 explicit fuse(const std::string& _path, ino_t _ino) in fuse() function
271 // because fuse_lowlevel_ops documents that the root inode is always one argument
293 mediaprovider::fuse::NodeTracker tracker; argument
295 struct fuse_session* se; argument
302 mediaprovider::fuse::MediaProviderWrapper* mp; argument
308 /* const */ char* zero_addr;
310 FAdviser fadviser;
312 std::atomic_bool* active;
313 std::atomic_bool disable_dentry_cache;
314 std::atomic_bool passthrough;
316 std::atomic_uint dev;
407 static double get_entry_timeout(const string& path, node* node, struct fuse* fuse) { in get_entry_timeout()
435 static inline bool is_synthetic_path(const string& path, struct fuse* fuse) { in is_synthetic_path()
440 static inline bool is_transcode_supported_path(const string& path, struct fuse* fuse) { in is_transcode_supported_path()
447 static inline bool is_transforms_dir_path(const string& path, struct fuse* fuse) { in is_transforms_dir_path()
454 struct fuse* fuse = get_fuse(req); in validate_node_path() local
515 struct fuse* fuse = get_fuse(req); in make_node_entry() local
588 namespace fuse { namespace
598 struct fuse* fuse = reinterpret_cast<struct fuse*>(userdata); in pf_init() local
645 struct fuse* fuse = reinterpret_cast<struct fuse*>(userdata); in pf_destroy() local
689 struct fuse* fuse = get_fuse(req); in do_lookup() local
737 static void do_forget(fuse_req_t req, struct fuse* fuse, fuse_ino_t ino, uint64_t nlookup) { in do_forget()
752 struct fuse* fuse = get_fuse(req); in pf_forget() local
762 struct fuse* fuse = get_fuse(req); in pf_forget_multi() local
773 struct fuse* fuse = get_fuse(req); in pf_fallocate() local
784 struct fuse* fuse = get_fuse(req); in pf_getattr() local
812 struct fuse* fuse = get_fuse(req); in pf_setattr() local
910 struct fuse* fuse = get_fuse(req); in pf_canonical_path() local
928 struct fuse* fuse = get_fuse(req); in pf_mknod() local
965 struct fuse* fuse = get_fuse(req); in pf_mkdir() local
1006 struct fuse* fuse = get_fuse(req); in pf_unlink() local
1036 struct fuse* fuse = get_fuse(req); in pf_rmdir() local
1088 struct fuse* fuse = get_fuse(req); in do_rename() local
1158 static handle* create_handle_for_node(struct fuse* fuse, const string& path, int fd, uid_t uid, in create_handle_for_node()
1232 struct fuse* fuse = get_fuse(req); in pf_open() local
1332 static void create_mem_fuse_buf(size_t size, fuse_buf* buf, struct fuse* fuse) { in create_mem_fuse_buf()
1391 struct fuse* fuse = get_fuse(req); in pf_read() local
1431 struct fuse* fuse = get_fuse(req); in pf_write_buf() local
1483 struct fuse* fuse = get_fuse(req); in pf_release() local
1529 struct fuse* fuse = get_fuse(req); in pf_opendir() local
1571 struct fuse* fuse = get_fuse(req); in do_readdir_common() local
1679 struct fuse* fuse = get_fuse(req); in pf_releasedir() local
1695 struct fuse* fuse = get_fuse(req); in pf_statfs() local
1727 struct fuse* fuse = get_fuse(req); in pf_access() local
1793 struct fuse* fuse = get_fuse(req); in pf_create() local