Home
last modified time | relevance | path

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

/third_party/libfuse/include/
Dfuse_lowlevel.h59 struct fuse_entry_param { struct
1333 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e);
1352 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e,
1578 const struct fuse_entry_param *e, off_t off);
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_lowlevel.h59 struct fuse_entry_param { struct
877 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e);
893 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e,
/third_party/libfuse/example/
Dpassthrough_ll.c310 struct fuse_entry_param *e) in lo_do_lookup()
373 struct fuse_entry_param e; in lo_lookup()
394 struct fuse_entry_param e; in lo_mknod_symlink()
441 struct fuse_entry_param e; in lo_link()
445 memset(&e, 0, sizeof(struct fuse_entry_param)); in lo_link()
685 struct fuse_entry_param e; in lo_do_readdir()
687 e = (struct fuse_entry_param) { in lo_do_readdir()
760 struct fuse_entry_param e; in lo_create()
Dpassthrough_hp.cc315 fuse_entry_param *e) { in do_lookup()
407 fuse_entry_param e {}; in sfs_lookup()
441 fuse_entry_param e; in mknod_symlink()
478 fuse_entry_param e {}; in sfs_link()
540 fuse_entry_param e; in sfs_unlink()
738 fuse_entry_param e{}; in do_readdir()
826 fuse_entry_param e; in sfs_create()
Dhello_ll.c72 struct fuse_entry_param e; in hello_ll_lookup()
Dnotify_inval_entry.c145 struct fuse_entry_param e; in tfs_lookup()
Dnotify_inval_inode.c125 struct fuse_entry_param e; in tfs_lookup()
Dhello_ll_uds.c82 struct fuse_entry_param e; in hello_ll_lookup()
Dnotify_store_retrieve.c128 struct fuse_entry_param e; in tfs_lookup()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c1006 struct fuse_entry_param *pentry, u64 iref) in ntfs_fuse_fillstat()
1031 struct fuse_entry_param entry; in ntfs_fuse_lookup()
2341 struct fuse_entry_param *e, in ntfs_fuse_create()
2544 struct fuse_entry_param entry; in ntfs_fuse_create_file()
2558 struct fuse_entry_param e; in ntfs_fuse_mknod()
2572 struct fuse_entry_param entry; in ntfs_fuse_symlink()
2585 const char *newname, struct fuse_entry_param *e) in ntfs_fuse_newlink()
2677 struct fuse_entry_param entry; in ntfs_fuse_link()
2839 (struct fuse_entry_param*)NULL); in ntfs_fuse_rm()
2905 (struct fuse_entry_param*)NULL); in ntfs_fuse_safe_rename()
[all …]
/third_party/libfuse/test/
Dtest_setattr.c57 struct fuse_entry_param e; in tfs_lookup()
Dtest_write_cache.c90 struct fuse_entry_param e; in tfs_lookup()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c1165 struct fuse_entry_param *e, struct fuse_file_info *fi) in lookup_path()
1169 memset(e, 0, sizeof(struct fuse_entry_param)); in lookup_path()
1278 static void reply_entry(fuse_req_t req, const struct fuse_entry_param *e, in reply_entry()
1340 struct fuse_entry_param e; in fuse_lib_lookup()
1553 struct fuse_entry_param e; in fuse_lib_mknod()
1593 struct fuse_entry_param e; in fuse_lib_mkdir()
1672 struct fuse_entry_param e; in fuse_lib_symlink()
1734 struct fuse_entry_param e; in fuse_lib_link()
1789 struct fuse_entry_param e; in fuse_lib_create()
Dfuse_lowlevel.c321 const struct fuse_entry_param *e) in fill_entry()
342 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e) in fuse_reply_entry()
357 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e, in fuse_reply_create()
/third_party/libfuse/lib/
Dfuse.c2460 struct fuse_entry_param *e) in do_lookup()
2483 struct fuse_entry_param *e, struct fuse_file_info *fi) in lookup_path()
2487 memset(e, 0, sizeof(struct fuse_entry_param)); in lookup_path()
2579 static void reply_entry(fuse_req_t req, const struct fuse_entry_param *e, in reply_entry()
2636 struct fuse_entry_param e; in fuse_lib_lookup()
2895 struct fuse_entry_param e; in fuse_lib_mknod()
2933 struct fuse_entry_param e; in fuse_lib_mkdir()
3016 struct fuse_entry_param e; in fuse_lib_symlink()
3076 struct fuse_entry_param e; in fuse_lib_link()
3135 struct fuse_entry_param e; in fuse_lib_create()
[all …]
Dfuse_lowlevel.c356 const struct fuse_entry_param *e)
371 const struct fuse_entry_param *e, off_t off)
417 int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e)
433 int fuse_reply_create(fuse_req_t req, const struct fuse_entry_param *e,
/third_party/libfuse/
DChangeLog.rst739 * The type of the *generation* member of `struct fuse_entry_param*`