HelenOS sources

tmpfs_node_t       41 uspace/srv/fs/tmpfs/tmpfs.h #define TMPFS_NODE(node)	((node) ? (tmpfs_node_t *)(node)->data : NULL)
tmpfs_node_t      157 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      164 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      172 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      200 uspace/srv/fs/tmpfs/tmpfs_ops.c static void tmpfs_node_initialize(tmpfs_node_t *nodep)
tmpfs_node_t      242 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      257 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t      284 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep;
tmpfs_node_t      285 uspace/srv/fs/tmpfs/tmpfs_ops.c 	nodep = hash_table_get_inst(lnk, tmpfs_node_t, nh_link);
tmpfs_node_t      309 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = malloc(sizeof(tmpfs_node_t));
tmpfs_node_t      344 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = TMPFS_NODE(fn);
tmpfs_node_t      360 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t      361 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *childp = TMPFS_NODE(cfn);
tmpfs_node_t      395 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t      396 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *childp = NULL;
tmpfs_node_t      453 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *rootp = TMPFS_NODE(rootfn);
tmpfs_node_t      482 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
tmpfs_node_t      545 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
tmpfs_node_t      606 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
tmpfs_node_t      643 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t,
HelenOS homepage, sources at GitHub