Searched refs:nextfh (Results 1 – 1 of 1) sorted by relevance
147 int j, ino, nextfh; in romfs_readdir() local187 nextfh = be32_to_cpu(ri.next); in romfs_readdir()188 if ((nextfh & ROMFH_TYPE) == ROMFH_HRD) in romfs_readdir()194 offset = nextfh & ROMFH_MASK; in romfs_readdir()275 unsigned nextfh; in romfs_iget() local288 nextfh = be32_to_cpu(ri.next); in romfs_iget()321 switch (nextfh & ROMFH_TYPE) { in romfs_iget()326 if (nextfh & ROMFH_EXEC) in romfs_iget()332 if (nextfh & ROMFH_EXEC) in romfs_iget()343 nextfh = be32_to_cpu(ri.spec); in romfs_iget()[all …]