Home
last modified time | relevance | path

Searched refs:ntfs_fuse_fill_context_t (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/src/
Dlowntfs-3g.c212 } ntfs_fuse_fill_context_t; typedef
1229 static int ntfs_fuse_filler(ntfs_fuse_fill_context_t *fill_ctx, in ntfs_fuse_filler()
1382 ntfs_fuse_fill_context_t *fill; in ntfs_fuse_opendir()
1412 fill = (ntfs_fuse_fill_context_t*) in ntfs_fuse_opendir()
1413 ntfs_malloc(sizeof(ntfs_fuse_fill_context_t)); in ntfs_fuse_opendir()
1445 ntfs_fuse_fill_context_t *fill; in ntfs_fuse_releasedir()
1450 fill = (ntfs_fuse_fill_context_t*)(long)fi->fh; in ntfs_fuse_releasedir()
1493 ntfs_fuse_fill_context_t *fill; in ntfs_fuse_readdir()
1498 fill = (ntfs_fuse_fill_context_t*)(long)fi->fh; in ntfs_fuse_readdir()
Dntfs-3g.c167 } ntfs_fuse_fill_context_t; typedef
1257 static int ntfs_fuse_filler(ntfs_fuse_fill_context_t *fill_ctx, in ntfs_fuse_filler()
1431 ntfs_fuse_fill_context_t fill_ctx; in ntfs_fuse_readdir()