Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_ialloc.c182 xfs_agino_t thisino; in xfs_inobt_insert() local
188 for (thisino = newino; in xfs_inobt_insert()
189 thisino < newino + newlen; in xfs_inobt_insert()
190 thisino += XFS_INODES_PER_CHUNK) { in xfs_inobt_insert()
191 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert()