HelenOS sources
tmpfs_dentry_t 176 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp = list_get_instance(
tmpfs_dentry_t 177 uspace/srv/fs/tmpfs/tmpfs_ops.c list_first(&nodep->cs_list), tmpfs_dentry_t, link);
tmpfs_dentry_t 213 uspace/srv/fs/tmpfs/tmpfs_ops.c static void tmpfs_dentry_initialize(tmpfs_dentry_t *dentryp)
tmpfs_dentry_t 260 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dentryp) {
tmpfs_dentry_t 363 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp;
tmpfs_dentry_t 364 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *old_dentry;
tmpfs_dentry_t 370 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t 377 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t 386 uspace/srv/fs/tmpfs/tmpfs_ops.c dentryp = malloc(sizeof(tmpfs_dentry_t));
tmpfs_dentry_t 427 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp;
tmpfs_dentry_t 430 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(node->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t 438 uspace/srv/fs/tmpfs/tmpfs_ops.c dentryp = list_get_instance(lnk, tmpfs_dentry_t, link);
tmpfs_dentry_t 451 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp;
tmpfs_dentry_t 456 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t 561 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp;
tmpfs_dentry_t 581 uspace/srv/fs/tmpfs/tmpfs_ops.c dentryp = list_get_instance(lnk, tmpfs_dentry_t, link);
HelenOS homepage, sources at GitHub