Searched refs:fuse_reply_create (Results 1 - 9 of 9) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 730 * fuse_reply_create 893 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e,
|
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 253 * fuse_reply_entry and fuse_reply_create. The nlookup parameter 952 * fuse_reply_create 1352 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e,
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 838 fuse_reply_create(req, &e, fi); in sfs_create()
|
H A D | passthrough_ll.c | 782 fuse_reply_create(req, &e, fi); in lo_create()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 357 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e, in fuse_reply_create() function
|
H A D | fuse.c | 1821 if (fuse_reply_create(req, &e, fi) == -ENOENT) { in fuse_lib_create()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 433 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e, function
|
H A D | fuse.c | 3167 if (fuse_reply_create(req, &e, fi) == -ENOENT) { in fuse_lib_create()
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 2551 fuse_reply_create(req, &entry, fi); in ntfs_fuse_create_file()
|
Completed in 31 milliseconds