Lines Matching refs:ino
32 * Lookup a record by ino in the btree given by cur.
37 xfs_agino_t ino, /* starting inode of chunk */
41 cur->bc_rec.i.ir_startino = ino;
301 xfs_ino_t ino = 0;
332 ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno));
373 free->di_ino = cpu_to_be64(ino);
374 ino++;
859 "invalid sparse inode record: ino 0x%llx holemask 0x%x count %u",
1017 xfs_ino_t ino;
1246 ino = XFS_AGINO_TO_INO(mp, pag->pag_agno, rec.ir_startino + offset);
1262 *inop = ino;
1466 xfs_ino_t ino;
1504 ino = XFS_AGINO_TO_INO(mp, pag->pag_agno, rec.ir_startino + offset);
1553 *inop = ino;
1683 xfs_ino_t ino;
1716 error = xfs_dialloc_ag(pag, *tpp, agbp, parent, &ino);
1718 *new_ino = ino;
1750 xfs_ino_t ino = NULLFSINO;
1804 &ino, ok_alloc);
1819 if (ino == NULLFSINO) {
1828 *new_ino = ino;
2298 xfs_ino_t ino, /* inode to locate */
2311 ASSERT(ino != NULLFSINO);
2316 agino = XFS_INO_TO_AGINO(mp, ino);
2319 ino != XFS_AGINO_TO_INO(mp, pag->pag_agno, agino)) {
2334 if (ino != XFS_AGINO_TO_INO(mp, pag->pag_agno, agino)) {
2336 "%s: ino (0x%llx) != XFS_AGINO_TO_INO() (0x%llx)",
2337 __func__, ino,
2365 offset = XFS_INO_TO_OFFSET(mp, ino);
2396 XFS_INO_TO_OFFSET(mp, ino);