Searched refs:quotad_deadline (Results 1 – 1 of 1) sorted by relevance
1581 unsigned long quotad_deadline = now; in gfs2_quotad() local1603 if (time_after(now, quotad_deadline)) { in gfs2_quotad()1612 quotad_deadline = now + quantum * HZ; in gfs2_quotad()1615 t = min(statfs_deadline - now, quotad_deadline - now); in gfs2_quotad()