archive_same 1129 lib/vfs/direntry.c if (subclass->archive_same == NULL) archive_same 1139 lib/vfs/direntry.c i = subclass->archive_same (path_element, super, vpath_archive, cookie); archive_same 133 lib/vfs/xdirentry.h int (*archive_same) (const vfs_path_element_t *vpath_element, struct vfs_s_super *psup, archive_same 893 src/vfs/cpio/cpio.c cpio_subclass.archive_same = cpio_super_same; archive_same 2765 src/vfs/ftpfs/ftpfs.c ftpfs_subclass.archive_same = ftpfs_archive_same; archive_same 850 src/vfs/sftpfs/sftpfs.c sftpfs_subclass.archive_same = sftpfs_archive_same; archive_same 1725 src/vfs/shell/shell.c shell_subclass.archive_same = shell_archive_same; archive_same 1271 src/vfs/tar/tar.c tarfs_subclass.archive_same = tar_super_same; archive_same 91 tests/lib/vfs/vfs_s_get_path.c test_subclass1.archive_same = test1_mock_archive_same;