vfs_s_get_path    401 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path    838 lib/vfs/direntry.c     p = vfs_s_get_path (vpath, &archive, FL_NO_OPEN);
vfs_s_get_path   1298 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path    180 lib/vfs/xdirentry.h const char *vfs_s_get_path (const vfs_path_t * vpath, struct vfs_s_super **archive, int flags);
vfs_s_get_path   2129 src/vfs/ftpfs/ftpfs.c     rpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path    231 src/vfs/sftpfs/internal.c     if (vfs_s_get_path (vpath, &lc_super, 0) == NULL)
vfs_s_get_path    117 src/vfs/sftpfs/sftpfs.c     path_super = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1251 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vfs_s_get_path   1255 src/vfs/shell/shell.c     crpath2 = vfs_s_get_path (vpath2, &super2, 0);
vfs_s_get_path   1285 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vfs_s_get_path   1289 src/vfs/shell/shell.c     crpath2 = vfs_s_get_path (vpath2, &super2, 0);
vfs_s_get_path   1320 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath2, &super, 0);
vfs_s_get_path   1386 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1429 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1463 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1512 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1540 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1570 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1605 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path    135 tests/lib/vfs/vfs_s_get_path.c     result = vfs_s_get_path (vpath, &archive, 0);