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