Searched refs:qql_item (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot_item.h38 xfs_log_item_t qql_item; /* common portion */ member in struct:xfs_qoff_logitem
H A Dxfs_dquot_item.c568 AIL_LOCK(qfs->qql_item.li_mountp,s);
573 xfs_trans_delete_ail(qfs->qql_item.li_mountp, (xfs_log_item_t *)qfs, s);
647 qf->qql_item.li_type = XFS_LI_QUOTAOFF;
649 qf->qql_item.li_ops = &xfs_qm_qoffend_logitem_ops;
651 qf->qql_item.li_ops = &xfs_qm_qoff_logitem_ops;
652 qf->qql_item.li_mountp = mp;

Completed in 95 milliseconds