[][src]Function libfuse_sys::fuse_lowlevel::fuse_lowlevel_notify_inval_inode

pub unsafe extern "C" fn fuse_lowlevel_notify_inval_inode(
    ch: *mut fuse_chan,
    ino: fuse_ino_t,
    off: off_t,
    len: off_t
) -> c_int

Notify to invalidate cache for an inode

@param ch the channel through which to send the invalidation @param ino the inode number @param off the offset in the inode where to start invalidating or negative to invalidate attributes only @param len the amount of cache to invalidate or 0 for all @return zero for success, -errno for failure