Searched refs:first_slave (Results 1 – 2 of 2) sorted by relevance
22 static inline struct mount *first_slave(struct mount *p) in first_slave() function209 return first_slave(m); in propagation_next()234 return first_slave(m); in next_group()
148 struct slave *first_slave; in __get_first_agg() local 156 first_slave = bond_first_slave_rcu(bond); in __get_first_agg() 157 agg = first_slave ? &(SLAVE_AD_INFO(first_slave)->aggregator) : NULL; in __get_first_agg() 2842 struct slave *first_slave; in bond_3ad_set_carrier() 2846 first_slave = bond_first_slave_rcu(bond); in bond_3ad_set_carrier() 2847 if (!first_slave) { in bond_3ad_set_carrier() 2851 active = __get_active_agg(&(SLAVE_AD_INFO(first_slave)->aggregator));2823 struct slave *first_slave; bond_3ad_set_carrier() local