Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c141 xfs_agino_t thisino; in xfs_inobt_insert() local
147 for (thisino = newino; in xfs_inobt_insert()
148 thisino < newino + newlen; in xfs_inobt_insert()
149 thisino += XFS_INODES_PER_CHUNK) { in xfs_inobt_insert()
150 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert()