Home
last modified time | relevance | path

Searched refs:statfs_timeo (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/fs/gfs2/
Dquota.c1570 unsigned long statfs_timeo = 0; in gfs2_quotad() local
1582 statfs_timeo = gfs2_tune_get(sdp, gt_statfs_quantum) * HZ; in gfs2_quotad()
1586 &statfs_timeo, in gfs2_quotad()
1595 t = min(quotad_timeo, statfs_timeo); in gfs2_quotad()