Searched refs:fuse_reply_entry (Results 1 - 16 of 16) sorted by relevance
/third_party/libfuse/test/ |
H A D | test_setattr.c | 69 fuse_reply_entry(req, &e); in tfs_lookup()
|
H A D | test_write_cache.c | 102 fuse_reply_entry(req, &e); in tfs_lookup()
|
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 413 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 D | hello_ll.c | 83 fuse_reply_entry(req, &e); in hello_ll_lookup()
|
H A D | hello_ll_uds.c | 93 fuse_reply_entry(req, &e); in hello_ll_lookup()
|
H A D | notify_store_retrieve.c | 143 fuse_reply_entry(req, &e); in tfs_lookup()
|
H A D | notify_inval_entry.c | 160 fuse_reply_entry(req, &e); in tfs_lookup()
|
H A D | notify_inval_inode.c | 140 fuse_reply_entry(req, &e); in tfs_lookup()
|
H A D | passthrough_ll.c | 384 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 D | fuse_lowlevel.h | 58 /** 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 D | fuse_lowlevel.h | 58 /** 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 D | lowntfs-3g.c | 1071 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 D | fuse.c | 1285 if ((fuse_reply_entry(req, e) == -ENOENT) in reply_entry() 1289 if (fuse_reply_entry(req, e) == -ENOENT) in reply_entry()
|
H A D | fuse_lowlevel.c | 342 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 D | fuse_lowlevel.c | 417 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e) function
|
H A D | fuse.c | 2584 if (fuse_reply_entry(req, e) == -ENOENT) { in reply_entry()
|
Completed in 33 milliseconds