getid            1534 lib/vfs/direntry.c     vclass->getid = vfs_s_getid;
getid            1579 lib/vfs/direntry.c     if (me == NULL || me->getid == NULL)
getid            1582 lib/vfs/direntry.c     return me->getid (vpath);
getid             188 lib/vfs/vfs.h      vfsid (*getid) (const vfs_path_t * vpath);
getid            1739 src/vfs/extfs/extfs.c     vfs_extfs_ops->getid = extfs_getid;
getid             596 src/vfs/sfs/sfs.c     vfs_sfs_ops->getid = sfs_getid;
getid             838 src/vfs/undelfs/undelfs.c     vfs_undelfs_ops->getid = undelfs_getid;