HelenOS sources

tmpfs_node_get     67 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_node_get(fs_node_t **, service_id_t, fs_index_t);
tmpfs_node_get     78 uspace/srv/fs/tmpfs/tmpfs_ops.c 	return tmpfs_node_get(rfn, service_id, TMPFS_SOME_ROOT);
tmpfs_node_get    121 uspace/srv/fs/tmpfs/tmpfs_ops.c 	.node_get = tmpfs_node_get,
HelenOS homepage, sources at GitHub