vfs_s_get_path    401 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path    840 lib/vfs/direntry.c     p = vfs_s_get_path (vpath, &archive, FL_NO_OPEN);
vfs_s_get_path   1306 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    230 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   1255 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vfs_s_get_path   1259 src/vfs/shell/shell.c     crpath2 = vfs_s_get_path (vpath2, &super2, 0);
vfs_s_get_path   1289 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vfs_s_get_path   1293 src/vfs/shell/shell.c     crpath2 = vfs_s_get_path (vpath2, &super2, 0);
vfs_s_get_path   1324 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath2, &super, 0);
vfs_s_get_path   1390 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1433 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1496 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1544 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1572 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1602 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vfs_s_get_path   1637 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);