Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_dquot.c118 return clamp_t(time64_t, grace, XFS_DQ_GRACE_MIN, XFS_DQ_GRACE_MAX); in xfs_dquot_set_grace_period()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_format.h1270 #define XFS_DQ_GRACE_MIN ((int64_t)0) macro