archive_same 1132 lib/vfs/direntry.c if (subclass->archive_same == NULL) archive_same 1142 lib/vfs/direntry.c i = subclass->archive_same (path_element, super, vpath_archive, cookie); archive_same 129 lib/vfs/xdirentry.h int (*archive_same) (const vfs_path_element_t * vpath_element, struct vfs_s_super * psup, archive_same 890 src/vfs/cpio/cpio.c cpio_subclass.archive_same = cpio_super_same; archive_same 2769 src/vfs/ftpfs/ftpfs.c ftpfs_subclass.archive_same = ftpfs_archive_same; archive_same 851 src/vfs/sftpfs/sftpfs.c sftpfs_subclass.archive_same = sftpfs_archive_same; archive_same 1753 src/vfs/shell/shell.c shell_subclass.archive_same = shell_archive_same; archive_same 1286 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;