Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ialloc.c181 xfs_agino_t thisino; in xfs_inobt_insert() local
187 for (thisino = newino; in xfs_inobt_insert()
188 thisino < newino + newlen; in xfs_inobt_insert()
189 thisino += XFS_INODES_PER_CHUNK) { in xfs_inobt_insert()
190 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert()