Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_dquot_item.c69 qlf->qlf_len = 1; in xfs_qm_dquot_logitem_format()
Dxfs_log_recover.c2877 ASSERT(dq_f->qlf_len == 1); in xlog_recover_dquot_pass2()
2887 XFS_FSB_TO_BB(mp, dq_f->qlf_len), 0, &bp, in xlog_recover_dquot_pass2()
3176 ASSERT(dq_f->qlf_len == 1); in xlog_recover_dquot_ra_pass2()
3178 len = XFS_FSB_TO_BB(mp, dq_f->qlf_len); in xlog_recover_dquot_ra_pass2()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_format.h609 __int32_t qlf_len; /* len of dquot buffer */ member