Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dops_fstype.c1090 sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum; in gfs2_fill_super()
1093 sdp->sd_tune.gt_statfs_quantum = 30; in gfs2_fill_super()
1463 oldargs->ar_statfs_quantum = gt->gt_statfs_quantum; in gfs2_reconfigure()
1519 gt->gt_statfs_quantum = newargs->ar_statfs_quantum; in gfs2_reconfigure()
1523 gt->gt_statfs_quantum = 30; in gfs2_reconfigure()
Dincore.h605 unsigned int gt_statfs_quantum; member
Dquota.c1548 statfs_timeo = gfs2_tune_get(sdp, gt_statfs_quantum) * HZ; in gfs2_quotad()
1553 &tune->gt_statfs_quantum); in gfs2_quotad()
Dsuper.c1103 val = sdp->sd_tune.gt_statfs_quantum; in gfs2_show_options()