Searched refs:dr_list (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_ism.c77 struct list *dr_list; local
81 dr_list = list_new ();
88 listnode_add (dr_list, nbr);
96 if (listcount (dr_list) > 0)
97 dr = ospf_dr_election_sub (dr_list);
107 list_delete (dr_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_ism.c77 struct list *dr_list; local
81 dr_list = list_new ();
88 listnode_add (dr_list, nbr);
96 if (listcount (dr_list) > 0)
97 dr = ospf_dr_election_sub (dr_list);
107 list_delete (dr_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_ism.c77 struct list *dr_list; local
81 dr_list = list_new ();
88 listnode_add (dr_list, nbr);
96 if (listcount (dr_list) > 0)
97 dr = ospf_dr_election_sub (dr_list);
107 list_delete (dr_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Docfs2_fs.h840 struct ocfs2_extent_list dr_list; /* Keep this aligned to 128 member in union:ocfs2_dx_root_block::__anon32477
1289 offsetof(struct ocfs2_dx_root_block, dr_list.l_recs);
H A Ddir.c935 dr_el = &dx_root->dr_list;
2418 dx_root->dr_list.l_count =
3747 credits += ocfs2_calc_extend_credits(osb->sb, &dx_root->dr_list, 1);
3963 ret = ocfs2_dx_dir_lookup(dir, &dx_root->dr_list, &lookup->dl_hinfo,
4142 memset(&dx_root->dr_list, 0, osb->sb->s_blocksize -
4143 offsetof(struct ocfs2_dx_root_block, dr_list));
4144 dx_root->dr_list.l_count =
4479 ret = ocfs2_dx_dir_lookup_rec(dir, &dx_root->dr_list,
H A Dalloc.c378 et->et_root_el = &dx_root->dr_list;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Ddir.c935 dr_el = &dx_root->dr_list;
2418 dx_root->dr_list.l_count =
3747 credits += ocfs2_calc_extend_credits(osb->sb, &dx_root->dr_list, 1);
3963 ret = ocfs2_dx_dir_lookup(dir, &dx_root->dr_list, &lookup->dl_hinfo,
4142 memset(&dx_root->dr_list, 0, osb->sb->s_blocksize -
4143 offsetof(struct ocfs2_dx_root_block, dr_list));
4144 dx_root->dr_list.l_count =
4479 ret = ocfs2_dx_dir_lookup_rec(dir, &dx_root->dr_list,
H A Docfs2_fs.h840 struct ocfs2_extent_list dr_list; /* Keep this aligned to 128 member in union:ocfs2_dx_root_block::__anon20784
1289 offsetof(struct ocfs2_dx_root_block, dr_list.l_recs);
H A Dalloc.c378 et->et_root_el = &dx_root->dr_list;

Completed in 136 milliseconds