VFSF_USETMP       677 lib/vfs/direntry.c     if ((me->flags & VFSF_USETMP) != 0 && file->changed && sub->file_store != NULL)
VFSF_USETMP       769 lib/vfs/direntry.c         if ((me->flags & VFSF_USETMP) != 0 && fh->ino != NULL)
VFSF_USETMP       937 lib/vfs/direntry.c     if ((me->flags & VFSF_USETMP) != 0 && ino->localname != NULL)
VFSF_USETMP      1252 lib/vfs/direntry.c     if ((me->flags & VFSF_USETMP) == 0)
VFSF_USETMP      1341 lib/vfs/direntry.c         if ((VFS_CLASS (s)->flags & VFSF_USETMP) != 0)
VFSF_USETMP      1386 lib/vfs/direntry.c     if ((VFS_CLASS (s)->flags & VFSF_USETMP) != 0 && fh->ino->localname != NULL)
VFSF_USETMP      1444 lib/vfs/direntry.c     if ((me->flags & VFSF_USETMP) == 0)
VFSF_USETMP      1538 lib/vfs/direntry.c     if ((vclass->flags & VFSF_USETMP) != 0)
VFSF_USETMP      1561 lib/vfs/direntry.c     if ((vclass->flags & VFSF_USETMP) != 0)
VFSF_USETMP      2756 src/vfs/ftpfs/ftpfs.c     vfs_init_subclass (&ftpfs_subclass, "ftpfs", VFSF_NOLINKS | VFSF_REMOTE | VFSF_USETMP, "ftp");
VFSF_USETMP      1769 src/vfs/shell/shell.c     vfs_init_subclass (&shell_subclass, "shell", VFSF_REMOTE | VFSF_USETMP, "sh");
VFSF_USETMP        47 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     vfs_init_subclass (&ftpfs_subclass, "ftpfs", VFSF_NOLINKS | VFSF_REMOTE | VFSF_USETMP, "ftp");