Searched refs:parentid (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/fs/hfs/
H A Dcatalog.c67 u32 parentid, struct qstr *name) hfs_cat_build_thread()
71 rec->thread.ParID = cpu_to_be32(parentid); hfs_cat_build_thread()
65 hfs_cat_build_thread(struct super_block *sb, hfs_cat_rec *rec, int type, u32 parentid, struct qstr *name) hfs_cat_build_thread() argument
/linux-4.4.14/net/sched/
H A Dsch_cbq.c1720 cbq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, struct nlattr **tca, cbq_change_class() argument
1740 if (parentid) { cbq_change_class()
1742 cl->tparent->common.classid != parentid) cbq_change_class()
1744 if (!cl->tparent && parentid != TC_H_ROOT) cbq_change_class()
1804 if (parentid == TC_H_ROOT) cbq_change_class()
1837 if (parentid) { cbq_change_class()
1838 parent = cbq_class_lookup(q, parentid); cbq_change_class()
H A Dsch_hfsc.c970 hfsc_change_class(struct Qdisc *sch, u32 classid, u32 parentid, hfsc_change_class() argument
1008 if (parentid) { hfsc_change_class()
1010 cl->cl_parent->cl_common.classid != parentid) hfsc_change_class()
1012 if (cl->cl_parent == NULL && parentid != TC_H_ROOT) hfsc_change_class()
1047 if (parentid == TC_H_ROOT) hfsc_change_class()
1051 if (parentid) { hfsc_change_class()
1052 parent = hfsc_find_class(parentid, sch); hfsc_change_class()
H A Dsch_api.c752 u32 parentid; qdisc_tree_reduce_backlog() local
759 while ((parentid = sch->parent)) { qdisc_tree_reduce_backlog()
760 if (TC_H_MAJ(parentid) == TC_H_MAJ(TC_H_INGRESS)) qdisc_tree_reduce_backlog()
766 sch = qdisc_lookup(qdisc_dev(sch), TC_H_MAJ(parentid)); qdisc_tree_reduce_backlog()
768 WARN_ON_ONCE(parentid != TC_H_ROOT); qdisc_tree_reduce_backlog()
773 cl = cops->get(sch, parentid); qdisc_tree_reduce_backlog()
H A Dsch_generic.c622 unsigned int parentid) qdisc_create_dflt()
632 sch->parent = parentid; qdisc_create_dflt()
620 qdisc_create_dflt(struct netdev_queue *dev_queue, const struct Qdisc_ops *ops, unsigned int parentid) qdisc_create_dflt() argument
H A Dsch_drr.c66 static int drr_change_class(struct Qdisc *sch, u32 classid, u32 parentid, drr_change_class() argument
H A Dsch_htb.c1331 u32 parentid, struct nlattr **tca, htb_change_class()
1354 parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch); htb_change_class()
1330 htb_change_class(struct Qdisc *sch, u32 classid, u32 parentid, struct nlattr **tca, unsigned long *arg) htb_change_class() argument
H A Dsch_sfb.c630 static int sfb_change_class(struct Qdisc *sch, u32 classid, u32 parentid, sfb_change_class() argument
H A Dsch_qfq.c404 static int qfq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, qfq_change_class() argument
/linux-4.4.14/fs/hfsplus/
H A Dcatalog.c177 u32 parentid, struct qstr *str) hfsplus_fill_cat_thread()
183 entry->thread.parentID = cpu_to_be32(parentid); hfsplus_fill_cat_thread()
175 hfsplus_fill_cat_thread(struct super_block *sb, hfsplus_cat_entry *entry, int type, u32 parentid, struct qstr *str) hfsplus_fill_cat_thread() argument
/linux-4.4.14/fs/btrfs/
H A Dqgroup.c234 u64 memberid, u64 parentid) add_relation_rb()
241 parent = find_qgroup_rb(fs_info, parentid); add_relation_rb()
259 u64 memberid, u64 parentid) del_relation_rb()
266 parent = find_qgroup_rb(fs_info, parentid); del_relation_rb()
233 add_relation_rb(struct btrfs_fs_info *fs_info, u64 memberid, u64 parentid) add_relation_rb() argument
258 del_relation_rb(struct btrfs_fs_info *fs_info, u64 memberid, u64 parentid) del_relation_rb() argument
H A Dctree.h2118 * (childid, BTRFS_QGROUP_RELATION_KEY, parentid)
2119 * (parentid, BTRFS_QGROUP_RELATION_KEY, childid)
/linux-4.4.14/include/net/
H A Dsch_generic.h404 const struct Qdisc_ops *ops, u32 parentid);

Completed in 477 milliseconds