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      566 lib/vfs/direntry.c         if (VFS_SUBCLASS (me)->linear_start (me, file, file->pos) == 0)
VFS_SUBCLASS      574 lib/vfs/direntry.c         return VFS_SUBCLASS (me)->linear_read (me, file, buffer, count);
VFS_SUBCLASS      663 lib/vfs/direntry.c     struct vfs_s_subclass *sub = VFS_SUBCLASS (me);
VFS_SUBCLASS      727 lib/vfs/direntry.c     for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter))
VFS_SUBCLASS      899 lib/vfs/direntry.c     ino->st.st_ino = VFS_SUBCLASS (me)->inode_counter++;
VFS_SUBCLASS      900 lib/vfs/direntry.c     ino->st.st_dev = VFS_SUBCLASS (me)->rdev;
VFS_SUBCLASS     1103 lib/vfs/direntry.c     ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags);
VFS_SUBCLASS     1128 lib/vfs/direntry.c     subclass = VFS_SUBCLASS (path_element->class);
VFS_SUBCLASS     1198 lib/vfs/direntry.c     subclass = VFS_SUBCLASS (path_element->class);
VFS_SUBCLASS     1319 lib/vfs/direntry.c     s = VFS_SUBCLASS (me);
VFS_SUBCLASS     1442 lib/vfs/direntry.c     struct vfs_s_subclass *s = VFS_SUBCLASS (me);
VFS_SUBCLASS      276 src/vfs/cpio/cpio.c     root->st.st_dev = VFS_SUBCLASS (me)->rdev++;
VFS_SUBCLASS      454 src/vfs/cpio/cpio.c     entry = VFS_SUBCLASS (me)->find_entry (me, root, tn, LINK_FOLLOW, FL_NONE); /* In case entry is already there */
VFS_SUBCLASS      139 src/vfs/extfs/extfs.c     VFS_SUBCLASS (me)->supers = g_list_prepend (VFS_SUBCLASS (me)->supers, super);
VFS_SUBCLASS      330 src/vfs/extfs/extfs.c     g_list_foreach (VFS_SUBCLASS (me)->supers, extfs_fill_name, func);
VFS_SUBCLASS     1677 src/vfs/extfs/extfs.c     while (VFS_SUBCLASS (me)->supers != NULL)
VFS_SUBCLASS     1678 src/vfs/extfs/extfs.c         me->free ((vfsid) VFS_SUBCLASS (me)->supers->data);
VFS_SUBCLASS     2427 src/vfs/ftpfs/ftpfs.c     for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter))
VFS_SUBCLASS     1713 src/vfs/shell/shell.c     for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter))
VFS_SUBCLASS      576 src/vfs/tar/tar.c             entry = VFS_SUBCLASS (me)->find_entry (me, parent, p, LINK_NO_FOLLOW, FL_NONE);
VFS_SUBCLASS      955 src/vfs/tar/tar.c     root->st.st_dev = VFS_SUBCLASS (me)->rdev++;