/external/libfuse/include/ |
D | fuse.h | 311 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); 367 int (*chmod) (const char *, mode_t, struct fuse_file_info *fi); 377 int (*chown) (const char *, uid_t, gid_t, struct fuse_file_info *fi); 387 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); 436 int (*open) (const char *, struct fuse_file_info *); 448 struct fuse_file_info *); 460 struct fuse_file_info *); 496 int (*flush) (const char *, struct fuse_file_info *); 510 int (*release) (const char *, struct fuse_file_info *); 517 int (*fsync) (const char *, int, struct fuse_file_info *); [all …]
|
D | fuse_lowlevel.h | 275 struct fuse_file_info *fi); 306 int to_set, struct fuse_file_info *fi); 520 struct fuse_file_info *fi); 548 struct fuse_file_info *fi); 577 size_t size, off_t off, struct fuse_file_info *fi); 618 struct fuse_file_info *fi); 646 struct fuse_file_info *fi); 668 struct fuse_file_info *fi); 693 struct fuse_file_info *fi); 739 struct fuse_file_info *fi); [all …]
|
D | cuse_lowlevel.h | 53 void (*open) (fuse_req_t req, struct fuse_file_info *fi); 55 struct fuse_file_info *fi); 57 struct fuse_file_info *fi); 58 void (*flush) (fuse_req_t req, struct fuse_file_info *fi); 59 void (*release) (fuse_req_t req, struct fuse_file_info *fi); 60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); 62 struct fuse_file_info *fi, unsigned int flags, 64 void (*poll) (fuse_req_t req, struct fuse_file_info *fi,
|
D | fuse_common.h | 44 struct fuse_file_info { struct
|
/external/libfuse/lib/modules/ |
D | subdir.c | 54 struct fuse_file_info *fi) in subdir_getattr() 156 static int subdir_opendir(const char *path, struct fuse_file_info *fi) in subdir_opendir() 170 struct fuse_file_info *fi, in subdir_readdir() 184 static int subdir_releasedir(const char *path, struct fuse_file_info *fi) in subdir_releasedir() 291 struct fuse_file_info *fi) in subdir_chmod() 304 struct fuse_file_info *fi) in subdir_chown() 317 struct fuse_file_info *fi) in subdir_truncate() 330 struct fuse_file_info *fi) in subdir_utimens() 343 struct fuse_file_info *fi) in subdir_create() 355 static int subdir_open(const char *path, struct fuse_file_info *fi) in subdir_open() [all …]
|
D | iconv.c | 103 struct fuse_file_info *fi) in iconv_getattr() 148 static int iconv_opendir(const char *path, struct fuse_file_info *fi) in iconv_opendir() 175 off_t offset, struct fuse_file_info *fi, in iconv_readdir() 193 static int iconv_releasedir(const char *path, struct fuse_file_info *fi) in iconv_releasedir() 305 struct fuse_file_info *fi) in iconv_chmod() 318 struct fuse_file_info *fi) in iconv_chown() 331 struct fuse_file_info *fi) in iconv_truncate() 344 struct fuse_file_info *fi) in iconv_utimens() 357 struct fuse_file_info *fi) in iconv_create() 369 static int iconv_open_file(const char *path, struct fuse_file_info *fi) in iconv_open_file() [all …]
|
/external/libfuse/lib/ |
D | cuse_lowlevel.c | 39 struct fuse_file_info *fi) in cuse_fll_open() 46 off_t off, struct fuse_file_info *fi) in cuse_fll_read() 53 size_t size, off_t off, struct fuse_file_info *fi) in cuse_fll_write() 60 struct fuse_file_info *fi) in cuse_fll_flush() 67 struct fuse_file_info *fi) in cuse_fll_release() 74 struct fuse_file_info *fi) in cuse_fll_fsync() 81 struct fuse_file_info *fi, unsigned int flags, in cuse_fll_ioctl() 90 struct fuse_file_info *fi, struct fuse_pollhandle *ph) in cuse_fll_poll()
|
D | fuse.c | 1620 static const char* file_info_string(struct fuse_file_info *fi, in file_info_string() 1630 struct fuse_file_info *fi) in fuse_fs_getattr() 1714 struct fuse_file_info *fi) in fuse_fs_release() 1730 struct fuse_file_info *fi) in fuse_fs_opendir() 1753 struct fuse_file_info *fi) in fuse_fs_open() 1789 struct fuse_file_info *fi) in fuse_fs_read_buf() 1843 off_t off, struct fuse_file_info *fi) in fuse_fs_read() 1886 struct fuse_file_info *fi) in fuse_fs_write_buf() 1949 size_t size, off_t off, struct fuse_file_info *fi) in fuse_fs_write() 1959 struct fuse_file_info *fi) in fuse_fs_fsync() [all …]
|
D | fuse_lowlevel.c | 389 const struct fuse_file_info *f) in fill_open() 420 const struct fuse_file_info *f) in fuse_reply_create() 533 int fuse_reply_open(fuse_req_t req, const struct fuse_file_info *f) in fuse_reply_open() 1214 struct fuse_file_info *fip = NULL; in do_getattr() 1215 struct fuse_file_info fi; in do_getattr() 1238 struct fuse_file_info *fi = NULL; in do_setattr() 1239 struct fuse_file_info fi_store; in do_setattr() 1396 struct fuse_file_info fi; in do_create() 1415 struct fuse_file_info fi; in do_open() 1431 struct fuse_file_info fi; in do_read() [all …]
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | fuse_mnt.c | 49 struct fuse_file_info *fi) in memfd_readdir() 61 static int memfd_open(const char *path, struct fuse_file_info *fi) in memfd_open() 79 struct fuse_file_info *fi) in memfd_read()
|
/external/erofs-utils/fuse/ |
D | main.c | 19 off_t offset, struct fuse_file_info *fi); 27 static int erofsfuse_open(const char *path, struct fuse_file_info *fi) in erofsfuse_open() 63 struct fuse_file_info *fi) in erofsfuse_read()
|
D | dir.c | 53 off_t offset, struct fuse_file_info *fi) in erofsfuse_readdir()
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 2082 struct fuse_file_info *fp) in __op_open() 2148 static int op_open(const char *path, struct fuse_file_info *fp) in op_open() 2163 struct fuse_file_info *fp) in op_read() 2220 struct fuse_file_info *fp) in op_write() 2292 struct fuse_file_info *fp) in op_release() 2322 struct fuse_file_info *fp) in op_fsync() 2770 struct fuse_file_info *fp) in op_readdir() 2832 static int op_create(const char *path, mode_t mode, struct fuse_file_info *fp) in op_create() 2957 off_t len, struct fuse_file_info *fp) in op_ftruncate() 3010 struct fuse_file_info *fp) in op_fgetattr() [all …]
|
/external/libfuse/ |
D | Android.patch | 73 int fuse_reply_open(fuse_req_t req, const struct fuse_file_info *f)
|