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 565 lib/vfs/direntry.c if (VFS_SUBCLASS (me)->linear_start (me, file, file->pos) == 0) VFS_SUBCLASS 572 lib/vfs/direntry.c return VFS_SUBCLASS (me)->linear_read (me, file, buffer, count); VFS_SUBCLASS 661 lib/vfs/direntry.c struct vfs_s_subclass *sub = VFS_SUBCLASS (me); VFS_SUBCLASS 725 lib/vfs/direntry.c for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter)) VFS_SUBCLASS 894 lib/vfs/direntry.c ino->st.st_ino = VFS_SUBCLASS (me)->inode_counter++; VFS_SUBCLASS 895 lib/vfs/direntry.c ino->st.st_dev = VFS_SUBCLASS (me)->rdev; VFS_SUBCLASS 1095 lib/vfs/direntry.c ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags); VFS_SUBCLASS 1120 lib/vfs/direntry.c subclass = VFS_SUBCLASS (path_element->class); VFS_SUBCLASS 1190 lib/vfs/direntry.c subclass = VFS_SUBCLASS (path_element->class); VFS_SUBCLASS 1311 lib/vfs/direntry.c s = VFS_SUBCLASS (me); VFS_SUBCLASS 1434 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 1692 src/vfs/extfs/extfs.c while (VFS_SUBCLASS (me)->supers != NULL) VFS_SUBCLASS 1693 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 1681 src/vfs/shell/shell.c for (iter = VFS_SUBCLASS (me)->supers; iter != NULL; iter = g_list_next (iter)) VFS_SUBCLASS 579 src/vfs/tar/tar.c entry = VFS_SUBCLASS (me)->find_entry (me, parent, p, LINK_NO_FOLLOW, FL_NONE); VFS_SUBCLASS 956 src/vfs/tar/tar.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++;