HelenOS sources

tmpfs_dentry_t    174 uspace/srv/fs/tmpfs/tmpfs_ops.c 		tmpfs_dentry_t *dentryp = list_get_instance(
tmpfs_dentry_t    175 uspace/srv/fs/tmpfs/tmpfs_ops.c 		    list_first(&nodep->cs_list), tmpfs_dentry_t, link);
tmpfs_dentry_t    211 uspace/srv/fs/tmpfs/tmpfs_ops.c static void tmpfs_dentry_initialize(tmpfs_dentry_t *dentryp)
tmpfs_dentry_t    258 uspace/srv/fs/tmpfs/tmpfs_ops.c 	list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dentryp) {
tmpfs_dentry_t    360 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_dentry_t *dentryp;
tmpfs_dentry_t    365 uspace/srv/fs/tmpfs/tmpfs_ops.c 	list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t    371 uspace/srv/fs/tmpfs/tmpfs_ops.c 	dentryp = malloc(sizeof(tmpfs_dentry_t));
tmpfs_dentry_t    395 uspace/srv/fs/tmpfs/tmpfs_ops.c 	tmpfs_dentry_t *dentryp;
tmpfs_dentry_t    400 uspace/srv/fs/tmpfs/tmpfs_ops.c 	list_foreach(parentp->cs_list, link, tmpfs_dentry_t, dp) {
tmpfs_dentry_t    498 uspace/srv/fs/tmpfs/tmpfs_ops.c 		tmpfs_dentry_t *dentryp;
tmpfs_dentry_t    515 uspace/srv/fs/tmpfs/tmpfs_ops.c 		dentryp = list_get_instance(lnk, tmpfs_dentry_t, link);
HelenOS homepage, sources at GitHub