macro_rules! impl_vfs_dir_default {
    () => { ... };
}
Expand description

When implement VfsNodeOps on a directory node, add dummy file operations that just return an error.