Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dops_fstype.c1163 sdp->sd_tune.gt_statfs_quantum = sdp->sd_args.ar_statfs_quantum; in gfs2_fill_super()
1166 sdp->sd_tune.gt_statfs_quantum = 30; in gfs2_fill_super()
1562 oldargs->ar_statfs_quantum = gt->gt_statfs_quantum; in gfs2_reconfigure()
1616 gt->gt_statfs_quantum = newargs->ar_statfs_quantum; in gfs2_reconfigure()
1620 gt->gt_statfs_quantum = 30; in gfs2_reconfigure()
H A Dincore.h590 unsigned int gt_statfs_quantum; member
H A Dsuper.c1059 statfs_quantum = sdp->sd_tune.gt_statfs_quantum; in gfs2_show_options()
H A Dquota.c1600 quantum = gfs2_tune_get(sdp, gt_statfs_quantum); in gfs2_quotad()