Home
last modified time | relevance | path

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

/Linux-v5.4/fs/romfs/
Dsuper.c197 if ((nextfh & ROMFH_TYPE) == ROMFH_HRD) in romfs_readdir()
200 romfs_dtype_table[nextfh & ROMFH_TYPE])) in romfs_readdir()
249 if ((be32_to_cpu(ri.next) & ROMFH_TYPE) == ROMFH_HRD) in romfs_lookup()
298 if ((nextfh & ROMFH_TYPE) != ROMFH_HRD) in romfs_iget()
328 mode = romfs_modemap[nextfh & ROMFH_TYPE]; in romfs_iget()
330 switch (nextfh & ROMFH_TYPE) { in romfs_iget()
/Linux-v5.4/include/uapi/linux/
Dromfs_fs.h43 #define ROMFH_TYPE 7 macro