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

/linux-master/include/uapi/linux/
H A Dromfs_fs.h43 #define ROMFH_TYPE 7 macro
/linux-master/fs/romfs/
H A Dsuper.c198 if ((nextfh & ROMFH_TYPE) == ROMFH_HRD)
201 romfs_dtype_table[nextfh & ROMFH_TYPE]))
250 if ((be32_to_cpu(ri.next) & ROMFH_TYPE) == ROMFH_HRD)
299 if ((nextfh & ROMFH_TYPE) != ROMFH_HRD)
329 mode = romfs_modemap[nextfh & ROMFH_TYPE];
331 switch (nextfh & ROMFH_TYPE) {

Completed in 165 milliseconds