Searched refs:fuse_fill_dir_t (Results 1 - 13 of 13) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 48 typedef int (*fuse_fill_dir_t) (void *buf, const char *name, typedef 277 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, 590 fuse_fill_dir_t filler, off_t off,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 55 * Readdir flags, passed to fuse_fill_dir_t callback. 85 typedef int (*fuse_fill_dir_t) (void *buf, const char *name, typedef 582 * fill function (the fuse_fill_dir_t parameter) are actually used: 588 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t, 1215 fuse_fill_dir_t filler, off_t off,
|
/third_party/libfuse/example/ |
H A D | hello.c | 83 static int hello_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in hello_readdir()
|
H A D | ioctl.c | 173 static int fioc_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in fioc_readdir()
|
H A D | invalidate_path.c | 107 static int xmp_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in xmp_readdir()
|
H A D | poll.c | 88 static int fsel_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in fsel_readdir()
|
H A D | passthrough_fh.c | 142 static int xmp_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in xmp_readdir()
|
H A D | passthrough.c | 113 static int xmp_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in xmp_readdir()
|
/third_party/libfuse/lib/modules/ |
H A D | iconv.c | 34 fuse_fill_dir_t prev_filler; 175 static int iconv_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in iconv_readdir()
|
H A D | subdir.c | 169 fuse_fill_dir_t filler, off_t offset, in subdir_readdir()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 166 fuse_fill_dir_t filler; 1429 fuse_fill_dir_t filler, off_t offset __attribute__((unused)), in ntfs_fuse_readdir()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1985 fuse_fill_dir_t filler, off_t off, in fuse_fs_readdir() 3621 fuse_fill_dir_t filler = fill_dir; in readdir_fill()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 880 fuse_fill_dir_t filler, off_t off, in fuse_fs_readdir()
|
Completed in 25 milliseconds