Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.c199 xfs_agino_t thisino; in xfs_inobt_insert() local
205 for (thisino = newino; in xfs_inobt_insert()
206 thisino < newino + newlen; in xfs_inobt_insert()
207 thisino += XFS_INODES_PER_CHUNK) { in xfs_inobt_insert()
208 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert()