HelenOS sources
libfs_ops_t 40 uspace/lib/ext4/include/ext4/ops.h extern libfs_ops_t ext4_libfs_ops;
libfs_ops_t 872 uspace/lib/ext4/src/ops.c libfs_ops_t ext4_libfs_ops = {
libfs_ops_t 69 uspace/lib/fs/libfs.c static libfs_ops_t *libfs_ops = NULL;
libfs_ops_t 73 uspace/lib/fs/libfs.c static void libfs_link(libfs_ops_t *, fs_handle_t, ipc_call_t *);
libfs_ops_t 74 uspace/lib/fs/libfs.c static void libfs_lookup(libfs_ops_t *, fs_handle_t, ipc_call_t *);
libfs_ops_t 75 uspace/lib/fs/libfs.c static void libfs_stat(libfs_ops_t *, fs_handle_t, ipc_call_t *);
libfs_ops_t 76 uspace/lib/fs/libfs.c static void libfs_open_node(libfs_ops_t *, fs_handle_t, ipc_call_t *);
libfs_ops_t 77 uspace/lib/fs/libfs.c static void libfs_statfs(libfs_ops_t *, fs_handle_t, ipc_call_t *);
libfs_ops_t 366 uspace/lib/fs/libfs.c libfs_ops_t *lops)
libfs_ops_t 490 uspace/lib/fs/libfs.c void libfs_link(libfs_ops_t *ops, fs_handle_t fs_handle, ipc_call_t *req)
libfs_ops_t 536 uspace/lib/fs/libfs.c void libfs_lookup(libfs_ops_t *ops, fs_handle_t fs_handle, ipc_call_t *req)
libfs_ops_t 716 uspace/lib/fs/libfs.c void libfs_stat(libfs_ops_t *ops, fs_handle_t fs_handle, ipc_call_t *req)
libfs_ops_t 753 uspace/lib/fs/libfs.c void libfs_statfs(libfs_ops_t *ops, fs_handle_t fs_handle, ipc_call_t *req)
libfs_ops_t 810 uspace/lib/fs/libfs.c void libfs_open_node(libfs_ops_t *ops, fs_handle_t fs_handle, ipc_call_t *req)
libfs_ops_t 98 uspace/lib/fs/libfs.h libfs_ops_t *);
libfs_ops_t 39 uspace/srv/fs/cdfs/cdfs.h extern libfs_ops_t cdfs_libfs_ops;
libfs_ops_t 830 uspace/srv/fs/cdfs/cdfs_ops.c libfs_ops_t cdfs_libfs_ops = {
libfs_ops_t 167 uspace/srv/fs/exfat/exfat.h extern libfs_ops_t exfat_libfs_ops;
libfs_ops_t 993 uspace/srv/fs/exfat/exfat_ops.c libfs_ops_t exfat_libfs_ops = {
libfs_ops_t 263 uspace/srv/fs/fat/fat.h extern libfs_ops_t fat_libfs_ops;
libfs_ops_t 890 uspace/srv/fs/fat/fat_ops.c libfs_ops_t fat_libfs_ops = {
libfs_ops_t 39 uspace/srv/fs/locfs/locfs.h extern libfs_ops_t locfs_libfs_ops;
libfs_ops_t 432 uspace/srv/fs/locfs/locfs_ops.c libfs_ops_t locfs_libfs_ops = {
libfs_ops_t 171 uspace/srv/fs/mfs/mfs.h extern libfs_ops_t mfs_libfs_ops;
libfs_ops_t 74 uspace/srv/fs/mfs/mfs_ops.c libfs_ops_t mfs_libfs_ops = {
libfs_ops_t 72 uspace/srv/fs/tmpfs/tmpfs.h extern libfs_ops_t tmpfs_libfs_ops;
libfs_ops_t 118 uspace/srv/fs/tmpfs/tmpfs_ops.c libfs_ops_t tmpfs_libfs_ops = {
libfs_ops_t 119 uspace/srv/fs/udf/udf.h extern libfs_ops_t udf_libfs_ops;
libfs_ops_t 273 uspace/srv/fs/udf/udf_ops.c libfs_ops_t udf_libfs_ops = {
HelenOS homepage, sources at GitHub