Lines Matching defs:ino
570 defq->ino.hard = dqp->q_ino.hardlimit;
571 defq->ino.soft = dqp->q_ino.softlimit;
591 defq->ino.time = XFS_QM_ITIMELIMIT;
613 defq->ino.time = dqp->q_ino.timer;
754 xfs_ino_t ino = NULLFSINO;
758 ino = mp->m_sb.sb_gquotino;
764 ino = mp->m_sb.sb_pquotino;
769 if (ino != NULLFSINO) {
770 error = xfs_iget(mp, NULL, ino, 0, 0, ipp);
786 xfs_ino_t ino;
788 error = xfs_dialloc(&tp, 0, S_IFREG, &ino);
790 error = xfs_init_new_inode(&nop_mnt_idmap, tp, NULL, ino,
1136 xfs_ino_t ino,
1150 if (xfs_is_quota_inode(&mp->m_sb, ino))
1157 error = xfs_iget(mp, tp, ino, XFS_IGET_DONTCACHE, 0, &ip);