Searched refs:ec_start (Results 1 – 3 of 3) sorted by relevance
154 ep->e_start_lo = ecp->ec_start & 0xffffffff; in ext4_ext_in_cache()155 ep->e_start_hi = ecp->ec_start >> 32 & 0xffff; in ext4_ext_in_cache()174 ecp->ec_start = (daddr_t)ep->e_start_hi << 32 | ep->e_start_lo; in ext4_ext_put_cache()
82 daddr_t ec_start; /* extent start */ member
121 void ec_start(struct ifnet *);219 ifp->if_start = ec_start; in ec_attach()288 ec_start(ifp); in ec_init()297 ec_start(struct ifnet *ifp) in ec_start() function