VFS_SUBCLASS       88 lib/vfs/direntry.c     if (VFS_SUBCLASS (me)->x != NULL)                                                              \
VFS_SUBCLASS       89 lib/vfs/direntry.c     VFS_SUBCLASS (me)->x
VFS_SUBCLASS      166 lib/vfs/direntry.c         VFS_SUBCLASS (me)->find_entry (me, entry->dir->super->root, linkname, follow - 1, FL_NONE);
VFS_SUBCLASS      271 lib/vfs/direntry.c     if (ent != NULL && !VFS_SUBCLASS (me)->dir_uptodate (me, ent->ino))
VFS_SUBCLASS      286 lib/vfs/direntry.c         if (VFS_SUBCLASS (me)->dir_load (me, ino, path) == -1)
VFS_SUBCLASS      331 lib/vfs/direntry.c     VFS_SUBCLASS (me)->supers = g_list_prepend (VFS_SUBCLASS (me)->supers, super);
VFS_SUBCLASS      355 lib/vfs/direntry.c     VFS_SUBCLASS (me)->supers = g_list_remove (VFS_SUBCLASS (me)->supers, super);
VFS_SUBCLASS      562 lib/vfs/direntry.c         if (VFS_SUBCLASS (me)->linear_start (me, file, file->pos) == 0)
VFS_SUBCLASS      569 lib/vfs/direntry.c         return VFS_SUBCLASS (me)->linear_read (me, file, buffer, count);
VFS_SUBCLASS      658 lib/vfs/direntry.c     struct vfs_s_subclass *sub = VFS_SUBCLASS (me);
VFS_SUBCLASS      722 lib/vfs/direntry.c     for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter))
VFS_SUBCLASS      891 lib/vfs/direntry.c     ino->st.st_ino = VFS_SUBCLASS (me)->inode_counter++;
VFS_SUBCLASS      892 lib/vfs/direntry.c     ino->st.st_dev = VFS_SUBCLASS (me)->rdev;
VFS_SUBCLASS     1092 lib/vfs/direntry.c     ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags);
VFS_SUBCLASS     1117 lib/vfs/direntry.c     subclass = VFS_SUBCLASS (path_element->class);
VFS_SUBCLASS     1187 lib/vfs/direntry.c     subclass = VFS_SUBCLASS (path_element->class);
VFS_SUBCLASS     1308 lib/vfs/direntry.c     s = VFS_SUBCLASS (me);
VFS_SUBCLASS     1431 lib/vfs/direntry.c     struct vfs_s_subclass *s = VFS_SUBCLASS (me);
VFS_SUBCLASS      278 src/vfs/cpio/cpio.c     root->st.st_dev = VFS_SUBCLASS (me)->rdev++;
VFS_SUBCLASS      455 src/vfs/cpio/cpio.c     entry = VFS_SUBCLASS (me)->find_entry (me, root, tn, LINK_FOLLOW,
VFS_SUBCLASS      145 src/vfs/extfs/extfs.c     VFS_SUBCLASS (me)->supers = g_list_prepend (VFS_SUBCLASS (me)->supers, super);
VFS_SUBCLASS      335 src/vfs/extfs/extfs.c     g_list_foreach (VFS_SUBCLASS (me)->supers, extfs_fill_name, func);
VFS_SUBCLASS     1676 src/vfs/extfs/extfs.c     while (VFS_SUBCLASS (me)->supers != NULL)
VFS_SUBCLASS     1677 src/vfs/extfs/extfs.c         me->free ((vfsid) VFS_SUBCLASS (me)->supers->data);
VFS_SUBCLASS     2424 src/vfs/ftpfs/ftpfs.c     for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter))
VFS_SUBCLASS     1654 src/vfs/shell/shell.c     for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter))
VFS_SUBCLASS      565 src/vfs/tar/tar.c             entry = VFS_SUBCLASS (me)->find_entry (me, parent, p, LINK_NO_FOLLOW, FL_NONE);
VFS_SUBCLASS      941 src/vfs/tar/tar.c     root->st.st_dev = VFS_SUBCLASS (me)->rdev++;