Home
last modified time | relevance | path

Searched refs:fuse_reply_entry (Results 1 - 16 of 16) sorted by relevance

/third_party/libfuse/test/
H A Dtest_setattr.c69 fuse_reply_entry(req, &e); in tfs_lookup()
H A Dtest_write_cache.c102 fuse_reply_entry(req, &e); in tfs_lookup()
/third_party/libfuse/example/
H A Dpassthrough_hp.cc413 fuse_reply_entry(req, &e); in sfs_lookup()
419 fuse_reply_entry(req, &e); in sfs_lookup()
446 fuse_reply_entry(req, &e); in mknod_symlink()
506 fuse_reply_entry(req, &e); in sfs_link()
H A Dhello_ll.c83 fuse_reply_entry(req, &e); in hello_ll_lookup()
H A Dhello_ll_uds.c93 fuse_reply_entry(req, &e); in hello_ll_lookup()
H A Dnotify_store_retrieve.c143 fuse_reply_entry(req, &e); in tfs_lookup()
H A Dnotify_inval_entry.c160 fuse_reply_entry(req, &e); in tfs_lookup()
H A Dnotify_inval_inode.c140 fuse_reply_entry(req, &e); in tfs_lookup()
H A Dpassthrough_ll.c384 fuse_reply_entry(req, &e); in lo_lookup()
410 fuse_reply_entry(req, &e); in lo_mknod_symlink()
469 fuse_reply_entry(req, &e); in lo_link()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h58 /** Directory entry parameters supplied to fuse_reply_entry() */
170 * fuse_reply_entry
267 * fuse_reply_entry
283 * fuse_reply_entry
322 * fuse_reply_entry
351 * fuse_reply_entry
877 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e);
/third_party/libfuse/include/
H A Dfuse_lowlevel.h58 /** Directory entry parameters supplied to fuse_reply_entry() */
237 * fuse_reply_entry
253 * fuse_reply_entry and fuse_reply_create. The nlookup parameter
362 * fuse_reply_entry
378 * fuse_reply_entry
427 * fuse_reply_entry
475 * fuse_reply_entry
1333 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e);
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c1071 fuse_reply_entry(req, &entry); in ntfs_fuse_lookup()
2565 fuse_reply_entry(req, &e); in ntfs_fuse_mknod()
2579 fuse_reply_entry(req, &entry); in ntfs_fuse_symlink()
2684 fuse_reply_entry(req, &entry); in ntfs_fuse_link()
3164 fuse_reply_entry(req, &entry); in ntfs_fuse_mkdir()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c1285 if ((fuse_reply_entry(req, e) == -ENOENT) in reply_entry()
1289 if (fuse_reply_entry(req, e) == -ENOENT) in reply_entry()
H A Dfuse_lowlevel.c342 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e) in fuse_reply_entry() function
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c417 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e) function
H A Dfuse.c2584 if (fuse_reply_entry(req, e) == -ENOENT) { in reply_entry()

Completed in 33 milliseconds