Searched refs:grace (Results 1 – 4 of 4) sorted by relevance
9 obj-$(CONFIG_GRACE_PERIOD) += grace.o
95 static void grace_ender(struct work_struct *grace) in grace_ender() argument97 struct delayed_work *dwork = to_delayed_work(grace); in grace_ender()
243 time64_t xfs_dquot_set_grace_period(time64_t grace);
116 time64_t grace) in xfs_dquot_set_grace_period() argument118 return clamp_t(time64_t, grace, XFS_DQ_GRACE_MIN, XFS_DQ_GRACE_MAX); in xfs_dquot_set_grace_period()