Searched refs:ROMFH_TYPE (Results 1 – 2 of 2) sorted by relevance
198 if ((nextfh & ROMFH_TYPE) == ROMFH_HRD) in romfs_readdir()201 romfs_dtype_table[nextfh & ROMFH_TYPE])) in romfs_readdir()250 if ((be32_to_cpu(ri.next) & ROMFH_TYPE) == ROMFH_HRD) in romfs_lookup()299 if ((nextfh & ROMFH_TYPE) != ROMFH_HRD) in romfs_iget()329 mode = romfs_modemap[nextfh & ROMFH_TYPE]; in romfs_iget()331 switch (nextfh & ROMFH_TYPE) { in romfs_iget()
43 #define ROMFH_TYPE 7 macro