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      158 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      165 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      173 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      201 uspace/srv/fs/tmpfs/tmpfs_ops.c static void tmpfs_node_initialize(tmpfs_node_t *nodep)
tmpfs_node_t      243 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t      258 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t      285 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep;
tmpfs_node_t      286 uspace/srv/fs/tmpfs/tmpfs_ops.c 	nodep = hash_table_get_inst(lnk, tmpfs_node_t, nh_link);
tmpfs_node_t      310 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = malloc(sizeof(tmpfs_node_t));
tmpfs_node_t      345 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = TMPFS_NODE(fn);
tmpfs_node_t      361 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t      362 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *childp = TMPFS_NODE(cfn);
tmpfs_node_t      424 uspace/srv/fs/tmpfs/tmpfs_ops.c static void tmpfs_cleanup_node(tmpfs_node_t *node)
tmpfs_node_t      449 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t      450 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *childp = NULL;
tmpfs_node_t      514 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *rootp = TMPFS_NODE(rootfn);
tmpfs_node_t      543 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
tmpfs_node_t      614 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
tmpfs_node_t      675 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
tmpfs_node_t      712 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t,
HelenOS homepage, sources at GitHub