archive_same 1138 lib/vfs/direntry.c if (subclass->archive_same == NULL) archive_same 1148 lib/vfs/direntry.c i = subclass->archive_same (path_element, super, vpath_archive, cookie); archive_same 127 lib/vfs/xdirentry.h int (*archive_same) (const vfs_path_element_t * vpath_element, struct vfs_s_super * psup, archive_same 898 src/vfs/cpio/cpio.c cpio_subclass.archive_same = cpio_super_same; archive_same 1765 src/vfs/fish/fish.c fish_subclass.archive_same = fish_archive_same; archive_same 2773 src/vfs/ftpfs/ftpfs.c ftpfs_subclass.archive_same = ftpfs_archive_same; archive_same 857 src/vfs/sftpfs/sftpfs.c sftpfs_subclass.archive_same = sftpfs_archive_same; archive_same 1002 src/vfs/tar/tar.c tarfs_subclass.archive_same = tar_super_same; archive_same 93 tests/lib/vfs/vfs_s_get_path.c test_subclass1.archive_same = test1_mock_archive_same;