pub unsafe extern "C" fn fuse_reply_bmap(
req: fuse_req_t,
idx: u64,
) -> c_intExpand description
Reply with block index
Possible requests: bmap
@param req request handle @param idx block index within device @return zero for success, -errno for failure to send reply