Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h220 #ifndef S_IFMT
221 #define S_IFMT 0170000 macro
252 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
253 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
254 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
257 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
258 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
H A Dyaffs_uboot_glue.c104 switch (stat->st_mode & S_IFMT) { in yaffs_file_type_str()
H A Dyaffsfs.c1592 buf->st_mode = obj->yst_mode & ~S_IFMT; in yaffsfs_DoStat()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h10 #define S_IFMT 00170000 /* type of file */ macro
22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
25 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
27 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
28 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/rk3399_rockchip-uboot/cmd/
H A Dcramfs.c50 switch (mode & S_IFMT) { in mkmodestr()
/rk3399_rockchip-uboot/fs/cramfs/
H A Dcramfs.c283 if ((CRAMFS_16 (inode->mode) & S_IFMT) == S_IFLNK) { in cramfs_list_inode()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c525 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_findfile()
H A Dsuper.c324 switch (inode->i_mode & S_IFMT) { in ubifs_iget()
405 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_iget()
H A Dubifs.h520 #define S_IFMT 00170000 macro
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c399 switch (mode & S_IFMT) { in mkmodestr()
H A Djffs2_1pass.c921 switch (mode & S_IFMT) { in mkmodestr()