Home
last modified time | relevance | path

Searched refs:fuse_reply_bmap (Results 1 – 8 of 8) sorted by relevance

/third_party/libfuse/lib/
Dfuse_versionscript89 fuse_reply_bmap;
Dfuse_lowlevel.c935 int fuse_reply_bmap(fuse_req_t req, uint64_t idx) function
Dfuse.c4217 fuse_reply_bmap(req, idx); in fuse_lib_bmap()
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_lowlevel.h1023 int fuse_reply_bmap(fuse_req_t req, uint64_t idx);
/third_party/libfuse/include/
Dfuse_lowlevel.h1526 int fuse_reply_bmap(fuse_req_t req, uint64_t idx);
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c459 int fuse_reply_bmap(fuse_req_t req, uint64_t idx) in fuse_reply_bmap() function
Dfuse.c2733 fuse_reply_bmap(req, idx); in fuse_lib_bmap()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c3291 fuse_reply_bmap(req, lidx); in ntfs_fuse_bmap()