Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_dquot_item.c316 qlf->qf_type = XFS_LI_QUOTAOFF; in xfs_qm_qoff_logitem_format()
458 xfs_log_item_init(mp, &qf->qql_item, XFS_LI_QUOTAOFF, start ? in xfs_qm_qoff_logitem_init()
Dxfs_log_recover.c1959 case XFS_LI_QUOTAOFF: in xlog_recover_reorder_trans()
4056 case XFS_LI_QUOTAOFF: in xlog_recover_ra_pass2()
4079 case XFS_LI_QUOTAOFF: in xlog_recover_commit_pass1()
4139 case XFS_LI_QUOTAOFF: in xlog_recover_commit_pass2()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h235 #define XFS_LI_QUOTAOFF 0x123e macro
251 { XFS_LI_QUOTAOFF, "XFS_LI_QUOTAOFF" }, \