Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c206 xfs_agino_t thisino; in xfs_inobt_insert() local
212 for (thisino = newino; in xfs_inobt_insert()
213 thisino < newino + newlen; in xfs_inobt_insert()
214 thisino += XFS_INODES_PER_CHUNK) { in xfs_inobt_insert()
215 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert()