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 163 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t 171 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t 199 uspace/srv/fs/tmpfs/tmpfs_ops.c static void tmpfs_node_initialize(tmpfs_node_t *nodep)
tmpfs_node_t 241 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *node = hash_table_get_inst(item, tmpfs_node_t, nh_link);
tmpfs_node_t 256 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t 279 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep;
tmpfs_node_t 280 uspace/srv/fs/tmpfs/tmpfs_ops.c nodep = hash_table_get_inst(lnk, tmpfs_node_t, nh_link);
tmpfs_node_t 307 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = malloc(sizeof(tmpfs_node_t));
tmpfs_node_t 342 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = TMPFS_NODE(fn);
tmpfs_node_t 358 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t 359 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *childp = TMPFS_NODE(cfn);
tmpfs_node_t 393 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *parentp = TMPFS_NODE(pfn);
tmpfs_node_t 394 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *childp = NULL;
tmpfs_node_t 451 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *rootp = TMPFS_NODE(rootfn);
tmpfs_node_t 480 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
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 604 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t, nh_link);
tmpfs_node_t 641 uspace/srv/fs/tmpfs/tmpfs_ops.c tmpfs_node_t *nodep = hash_table_get_inst(hlp, tmpfs_node_t,
HelenOS homepage, sources at GitHub