Home
last modified time | relevance | path

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

/linux/fs/romfs/
A Dsuper.c156 int j, ino, nextfh; in romfs_readdir() local
196 nextfh = be32_to_cpu(ri.next); in romfs_readdir()
197 if ((nextfh & ROMFH_TYPE) == ROMFH_HRD) in romfs_readdir()
203 offset = nextfh & ROMFH_MASK; in romfs_readdir()
284 unsigned nextfh; in romfs_iget() local
297 nextfh = be32_to_cpu(ri.next); in romfs_iget()
330 switch (nextfh & ROMFH_TYPE) { in romfs_iget()
335 if (nextfh & ROMFH_EXEC) in romfs_iget()
341 if (nextfh & ROMFH_EXEC) in romfs_iget()
352 nextfh = be32_to_cpu(ri.spec); in romfs_iget()
[all …]

Completed in 3 milliseconds