Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds