Searched refs:children (Results 76 - 100 of 142) sorted by path

123456

/linux-master/fs/bcachefs/
H A Dsnapshot.h147 int ret = s ? s->children[0] : -BCH_ERR_invalid_snapshot_node;
188 ret = (t->children[0]|t->children[1]) != 0;
H A Dsnapshot_format.h9 __le32 children[2]; member in struct:bch_snapshot
H A Dsubvolume_types.h15 u32 children[2]; member in struct:snapshot_t
/linux-master/fs/ceph/
H A Dsnap.c131 INIT_LIST_HEAD(&realm->children);
317 list_add(&realm->child_item, &parent->children);
431 * rebuild snap context for the given realm and all of its children.
467 list_for_each_entry(child, &_realm->children, child_item) {
475 list_for_each_entry(child, &_realm->children, child_item)
719 * Queue cap_snaps for snap writeback for this realm and its children.
1010 * realm and its children.
1127 /* we may have taken some of the old realm's children. */
H A Dsuper.h274 int split_by; /* i.e. 2^(split_by) children */
914 * are organized into a hierarchy, such that children inherit (some of)
936 struct list_head children; /* list of child realms */ member in struct:ceph_snap_realm
/linux-master/fs/kernfs/
H A Ddir.c353 * @kn->parent->dir.children.
363 struct rb_node **node = &kn->parent->dir.children.rb_node;
383 rb_insert_color(&kn->rb, &kn->parent->dir.children);
400 * kn->parent->dir.children.
419 rb_erase(&kn->rb, &kn->parent->dir.children);
764 * directory and link into the children list of the parent.
841 struct rb_node *node = parent->dir.children.rb_node;
1325 rbn = rb_first(&pos->dir.children);
1803 struct rb_node *node = parent->dir.children.rb_node;
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.h108 struct pnfs_block_dev *children; member in struct:pnfs_block_dev
H A Ddev.c23 bl_free_device(&dev->children[i]);
24 kfree(dev->children);
182 struct pnfs_block_dev *child = &dev->children[i];
220 child = &dev->children[chunk_idx];
407 d->children = kcalloc(v->concat.volumes_count,
409 if (!d->children)
413 ret = bl_parse_deviceid(server, &d->children[i],
419 d->children[i].start += len;
420 len += d->children[i].len;
436 d->children
[all...]
/linux-master/fs/
H A Dpnode.c487 * already unmounted or marked as without children.
501 goto children;
508 /* If a mount is without children and not locked umount it. */
512 children:
/linux-master/fs/proc/
H A Darray.c733 * us significant speedup on children-rich processes.
739 if (list_is_last(&task->sibling, &start->children))
751 * We might miss some children here if children
756 * "Just suppose that the parent sleeps, but N children
758 * skips N extra children, we miss N tasks." (c)
761 * its children to get a precise result.
763 list_for_each_entry(task, &start->children, sibling) {
/linux-master/fs/tracefs/
H A Devent_inode.c188 /* Preallocate the children mode array if necessary */
345 * If the ei is being freed, the ownership of the children
589 list_for_each_entry(ei_child, &ei->children, list) {
621 * Walk the children of a eventfs_inode to fill in getdents().
691 list_for_each_entry_srcu(ei_child, &ei->children, list,
733 * used to create other children underneath.
774 INIT_LIST_HEAD(&ei->children);
779 list_add_tail(&ei->list, &parent->children);
850 INIT_LIST_HEAD(&ei->children);
911 list_for_each_entry(ei_child, &ei->children, lis
[all...]
H A Dinternal.h39 * @children: link list into the child eventfs_inode
56 struct list_head children; member in struct:eventfs_inode
/linux-master/fs/xfs/scrub/
H A Dnlinks.c124 careful_add(&nl.children, children_delta);
296 /* Walk a directory to bump the observed link counts of the children. */
523 obs->children = nl.children;
562 obs.children = obs.backrefs;
594 if (obs.children != obs.backrefs)
608 * children.
610 if (obs.children != 0) {
H A Dnlinks.h72 xfs_nlink_t children; member in struct:xchk_nlink
99 return ret + live->children;
H A Dnlinks_repair.c95 if (!S_ISDIR(VFS_I(ip)->i_mode) && obs.children != 0) {
H A Dtrace.h1414 __field(xfs_nlink_t, children)
1421 __entry->children = live->children;
1423 TP_printk("dev %d:%d ino 0x%llx parents %u backrefs %u children %u",
1428 __entry->children)
1441 __field(xfs_nlink_t, children)
1451 __entry->children = live->children;
1456 TP_printk("dev %d:%d ino 0x%llx parents %d:%u backrefs %d:%u children %d:%u",
1464 __entry->children)
[all...]
/linux-master/include/linux/
H A Dcgroup-defs.h170 /* siblings list anchored at the parent's ->children */
172 struct list_head children; member in struct:cgroup_subsys_state
188 * ->children lists are in the ascending order of ->serial_nr and
194 * Incremented by online self and children. Used to guarantee that
195 * parents are not offlined before their children.
434 * All children which have non-zero nr_populated_csets and/or
H A Ddtpm.h19 struct list_head children; member in struct:dtpm
H A Dkernfs.h155 /* children rbtree starts here and goes through kn->rb */
156 struct rb_root children; member in struct:kernfs_elem_dir
376 * under it. All children of @kn must have non-NULL namespace tags and
382 WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children));
390 * Test whether namespace filtering is enabled for the children of @ns.
H A Dpci.h650 struct list_head children; /* List of child buses */ member in struct:pci_bus
H A Dsched.h1003 * Children/sibling form the list of natural children:
1005 struct list_head children; member in struct:task_struct
1012 * This includes both natural children and PTRACE_ATTACH targets.
H A Dserio.h41 /* Entry in parent->children list */
43 struct list_head children; member in struct:serio
/linux-master/include/linux/phy/
H A Dphy.h173 * @children: can be used to override the default (dev->of_node) child node
180 struct device_node *children; member in struct:phy_provider
209 #define of_phy_provider_register_full(dev, children, xlate) \
210 __of_phy_provider_register(dev, children, THIS_MODULE, xlate)
212 #define devm_of_phy_provider_register_full(dev, children, xlate) \
213 __devm_of_phy_provider_register(dev, children, THIS_MODULE, xlate)
283 struct device_node *children, struct module *owner,
287 struct device_node *children, struct module *owner,
531 struct device *dev, struct device_node *children, struct module *owner,
539 *dev, struct device_node *children, struc
530 __of_phy_provider_register( struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
538 __devm_of_phy_provider_register(struct device *dev, struct device_node *children, struct module *owner, struct phy * (*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
[all...]
/linux-master/include/net/
H A Dcfg802154.h509 struct list_head children; member in struct:wpan_dev
/linux-master/include/scsi/
H A Dlibsas.h111 struct list_head children; member in struct:expander_device

Completed in 365 milliseconds

123456