Home
last modified time | relevance | path

Searched refs:fuse_entry_param (Results 1 – 3 of 3) sorted by relevance

/external/libfuse/include/
Dfuse_lowlevel.h59 struct fuse_entry_param { struct
1304 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e);
1323 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e,
1563 const struct fuse_entry_param *e, off_t off);
/external/libfuse/lib/
Dfuse.c2509 struct fuse_entry_param *e) in do_lookup()
2532 struct fuse_entry_param *e, struct fuse_file_info *fi) in lookup_path()
2536 memset(e, 0, sizeof(struct fuse_entry_param)); in lookup_path()
2628 static void reply_entry(fuse_req_t req, const struct fuse_entry_param *e, in reply_entry()
2689 struct fuse_entry_param e; in fuse_lib_lookup()
2948 struct fuse_entry_param e; in fuse_lib_mknod()
2986 struct fuse_entry_param e; in fuse_lib_mkdir()
3055 struct fuse_entry_param e; in fuse_lib_symlink()
3115 struct fuse_entry_param e; in fuse_lib_link()
3174 struct fuse_entry_param e; in fuse_lib_create()
[all …]
Dfuse_lowlevel.c345 const struct fuse_entry_param *e) in fill_entry()
360 const struct fuse_entry_param *e, off_t off) in fuse_add_direntry_plus()
403 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e) in fuse_reply_entry()
419 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e, in fuse_reply_create()