pub unsafe extern "C" fn fuse_reply_attr(
req: fuse_req_t,
attr: *const stat,
attr_timeout: f64,
) -> c_intExpand description
Reply with attributes
Possible requests: getattr, setattr
@param req request handle @param attr the attributes @param attr_timeout validity timeout (in seconds) for the attributes @return zero for success, -errno for failure to send reply