archive_same     1140 lib/vfs/direntry.c     if (subclass->archive_same == NULL)
archive_same     1150 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      897 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      856 src/vfs/sftpfs/sftpfs.c     sftpfs_subclass.archive_same = sftpfs_archive_same;
archive_same     1785 src/vfs/shell/shell.c     shell_subclass.archive_same = shell_archive_same;
archive_same     1285 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;