Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_dquot_item.c285 qlf->qf_type = XFS_LI_QUOTAOFF; in xfs_qm_qoff_logitem_format()
352 xfs_log_item_init(mp, &qf->qql_item, XFS_LI_QUOTAOFF, start ? in xfs_qm_qoff_logitem_init()
Dxfs_log_recover.c1881 case XFS_LI_QUOTAOFF: in xlog_recover_reorder_trans()
3979 case XFS_LI_QUOTAOFF: in xlog_recover_ra_pass2()
4002 case XFS_LI_QUOTAOFF: in xlog_recover_commit_pass1()
4062 case XFS_LI_QUOTAOFF: in xlog_recover_commit_pass2()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h235 #define XFS_LI_QUOTAOFF 0x123e macro
251 { XFS_LI_QUOTAOFF, "XFS_LI_QUOTAOFF" }, \