Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h237 #ifndef S_IFBLK
238 #define S_IFBLK 0060000 macro
257 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/u-boot/include/linux/
A Dstat.h14 #define S_IFBLK 0060000 /* block special */ macro
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/u-boot/fs/reiserfs/
A Dmode_string.c24 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
/u-boot/cmd/
A Dcramfs.c54 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
/u-boot/fs/ubifs/
A Dubifs.h523 #define S_IFBLK 0060000 macro
A Dsuper.c368 case S_IFBLK: in ubifs_iget()
/u-boot/fs/jffs2/
A Djffs2_1pass.c861 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()

Completed in 28 milliseconds