Searched refs:gip (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_syscalls.c | 533 xfs_inode_t *uip, *gip; in xfs_qm_scall_getqstat() local 536 uip = gip = NULL; in xfs_qm_scall_getqstat() 555 gip = mp->m_quotainfo->qi_gquotaip; in xfs_qm_scall_getqstat() 562 if (!gip && mp->m_sb.sb_gquotino != NULLFSINO) { in xfs_qm_scall_getqstat() 564 0, 0, &gip, 0) == 0) in xfs_qm_scall_getqstat() 573 if (gip) { in xfs_qm_scall_getqstat() 574 out->qs_gquota.qfs_nblks = gip->i_d.di_nblocks; in xfs_qm_scall_getqstat() 575 out->qs_gquota.qfs_nextents = gip->i_d.di_nextents; in xfs_qm_scall_getqstat() 577 VN_RELE(XFS_ITOV(gip)); in xfs_qm_scall_getqstat()
|
D | xfs_qm.c | 1881 xfs_inode_t *uip, *gip; in xfs_qm_quotacheck() local 1911 if ((gip = XFS_QI_GQIP(mp))) { in xfs_qm_quotacheck() 1912 if ((error = xfs_qm_dqiterate(mp, gip, XFS_QMOPT_GQUOTA))) in xfs_qm_quotacheck() 1995 xfs_inode_t *uip, *gip; in xfs_qm_init_quotainos() local 2001 uip = gip = NULL; in xfs_qm_init_quotainos() 2020 0, 0, &gip, 0))) { in xfs_qm_init_quotainos() 2046 if (XFS_IS_GQUOTA_ON(mp) && gip == NULL) { in xfs_qm_init_quotainos() 2047 if ((error = xfs_qm_qino_alloc(mp, &gip, in xfs_qm_init_quotainos() 2058 XFS_QI_GQIP(mp) = gip; in xfs_qm_init_quotainos()
|