HelenOS sources

vfs_out_ops_t      39 uspace/lib/ext4/include/ext4/ops.h extern vfs_out_ops_t ext4_ops;
vfs_out_ops_t    1490 uspace/lib/ext4/src/ops.c vfs_out_ops_t ext4_ops = {
vfs_out_ops_t      68 uspace/lib/fs/libfs.c static vfs_out_ops_t *vfs_out_ops = NULL;
vfs_out_ops_t     365 uspace/lib/fs/libfs.c errno_t fs_register(async_sess_t *sess, vfs_info_t *info, vfs_out_ops_t *vops,
vfs_out_ops_t      97 uspace/lib/fs/libfs.h extern errno_t fs_register(async_sess_t *, vfs_info_t *, vfs_out_ops_t *,
vfs_out_ops_t      38 uspace/srv/fs/cdfs/cdfs.h extern vfs_out_ops_t cdfs_ops;
vfs_out_ops_t    1424 uspace/srv/fs/cdfs/cdfs_ops.c vfs_out_ops_t cdfs_ops = {
vfs_out_ops_t     166 uspace/srv/fs/exfat/exfat.h extern vfs_out_ops_t exfat_ops;
vfs_out_ops_t    1616 uspace/srv/fs/exfat/exfat_ops.c vfs_out_ops_t exfat_ops = {
vfs_out_ops_t     262 uspace/srv/fs/fat/fat.h extern vfs_out_ops_t fat_ops;
vfs_out_ops_t    1562 uspace/srv/fs/fat/fat_ops.c vfs_out_ops_t fat_ops = {
vfs_out_ops_t      38 uspace/srv/fs/locfs/locfs.h extern vfs_out_ops_t locfs_ops;
vfs_out_ops_t     770 uspace/srv/fs/locfs/locfs_ops.c vfs_out_ops_t locfs_ops = {
vfs_out_ops_t     170 uspace/srv/fs/mfs/mfs.h extern vfs_out_ops_t mfs_ops;
vfs_out_ops_t    1260 uspace/srv/fs/mfs/mfs_ops.c vfs_out_ops_t mfs_ops = {
vfs_out_ops_t      71 uspace/srv/fs/tmpfs/tmpfs.h extern vfs_out_ops_t tmpfs_ops;
vfs_out_ops_t     655 uspace/srv/fs/tmpfs/tmpfs_ops.c vfs_out_ops_t tmpfs_ops = {
vfs_out_ops_t     118 uspace/srv/fs/udf/udf.h extern vfs_out_ops_t udf_ops;
vfs_out_ops_t     548 uspace/srv/fs/udf/udf_ops.c vfs_out_ops_t udf_ops = {
HelenOS homepage, sources at GitHub