Home
last modified time | relevance | path

Searched refs:children (Results 1 – 8 of 8) sorted by relevance

/fs/nfs/blocklayout/
Ddev.c23 bl_free_device(&dev->children[i]); in bl_free_device()
24 kfree(dev->children); in bl_free_device()
182 struct pnfs_block_dev *child = &dev->children[i]; in bl_map_concat()
220 child = &dev->children[chunk_idx]; in bl_map_stripe()
424 d->children = kcalloc(v->concat.volumes_count, in bl_parse_concat()
426 if (!d->children) in bl_parse_concat()
430 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_concat()
436 d->children[i].start += len; in bl_parse_concat()
437 len += d->children[i].len; in bl_parse_concat()
453 d->children = kcalloc(v->stripe.volumes_count, in bl_parse_stripe()
[all …]
Dblocklayout.h108 struct pnfs_block_dev *children; member
/fs/kernfs/
Ddir.c358 struct rb_node **node = &kn->parent->dir.children.rb_node; in kernfs_link_sibling()
378 rb_insert_color(&kn->rb, &kn->parent->dir.children); in kernfs_link_sibling()
406 rb_erase(&kn->rb, &kn->parent->dir.children); in kernfs_unlink_sibling()
851 struct rb_node *node = parent->dir.children.rb_node; in kernfs_find_ns()
1226 rbn = rb_first(&pos->dir.children); in kernfs_leftmost_descendant()
1649 struct rb_node *node = parent->dir.children.rb_node; in kernfs_dir_pos()
/fs/proc/
DKconfig94 bool "Include /proc/<pid>/task/<tid>/children file"
97 Provides a fast way to retrieve first level children pids of a task. See
Darray.c694 if (list_is_last(&task->sibling, &start->children)) in get_children_pid()
718 list_for_each_entry(task, &start->children, sibling) { in get_children_pid()
/fs/
Dpnode.c463 goto children; in __propagate_umount()
474 children: in __propagate_umount()
/fs/ceph/
Dsnap.c126 INIT_LIST_HEAD(&realm->children); in ceph_create_snap_realm()
304 list_add(&realm->child_item, &parent->children); in adjust_snap_realm_parent()
428 list_for_each_entry(child, &realm->children, child_item) in rebuild_snap_realms()
Dsuper.h870 struct list_head children; /* list of child realms */ member