HelenOS sources
tmpfs_dentry_t 175 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp = list_get_instance(
tmpfs_dentry_t 176 uspace/srv/fs/tmpfs/tmpfs_ops.c list_first(&nodep->cs_list), tmpfs_dentry_t, link);
tmpfs_dentry_t 212 uspace/srv/fs/tmpfs/tmpfs_ops.c static void tmpfs_dentry_initialize(tmpfs_dentry_t *dentryp)
tmpfs_dentry_t 259 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dentryp) {
tmpfs_dentry_t 362 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp;
tmpfs_dentry_t 367 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t 373 uspace/srv/fs/tmpfs/tmpfs_ops.c dentryp = malloc(sizeof(tmpfs_dentry_t));
tmpfs_dentry_t 397 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp;
tmpfs_dentry_t 402 uspace/srv/fs/tmpfs/tmpfs_ops.c list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t 500 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_dentry_t *dentryp;
tmpfs_dentry_t 517 uspace/srv/fs/tmpfs/tmpfs_ops.c dentryp = list_get_instance(lnk, tmpfs_dentry_t, link);
HelenOS homepage, sources at GitHub