Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot_item.c508 ASSERT(qf->qql_format.qf_type == XFS_LI_QUOTAOFF); in xfs_qm_qoff_logitem_format()
510 log_vector->i_addr = (xfs_caddr_t)&(qf->qql_format); in xfs_qm_qoff_logitem_format()
512 qf->qql_format.qf_size = 1; in xfs_qm_qoff_logitem_format()
711 qf->qql_format.qf_type = XFS_LI_QUOTAOFF; in xfs_qm_qoff_logitem_init()
712 qf->qql_format.qf_flags = flags; in xfs_qm_qoff_logitem_init()
Dxfs_dquot_item.h54 xfs_qoff_logformat_t qql_format; /* logged structure */ member