Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h221 #ifndef S_IFMT
222 #define S_IFMT 0170000 macro
253 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
254 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
255 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
256 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
257 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
258 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
259 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
A Dyaffs_uboot_glue.c106 switch (stat->st_mode & S_IFMT) { in yaffs_file_type_str()
A Dyaffsfs.c1593 buf->st_mode = obj->yst_mode & ~S_IFMT; in yaffsfs_DoStat()
/u-boot/include/linux/
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)
/u-boot/fs/erofs/
A Dnamei.c38 switch (vi->i_mode & S_IFMT) { in erofs_read_inode_from_disk()
72 switch (vi->i_mode & S_IFMT) { in erofs_read_inode_from_disk()
/u-boot/cmd/
A Dcramfs.c52 switch (mode & S_IFMT) { in mkmodestr()
/u-boot/fs/cramfs/
A Dcramfs.c283 if ((CRAMFS_16 (inode->mode) & S_IFMT) == S_IFLNK) { in cramfs_list_inode()
/u-boot/tools/
A Dmkimage.c550 if ((sbuf.st_mode & S_IFMT) == S_IFBLK) { in main()
/u-boot/fs/ubifs/
A Dubifs.c514 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_findfile()
A Dsuper.c327 switch (inode->i_mode & S_IFMT) { in ubifs_iget()
408 if ((inode->i_mode & S_IFMT) == S_IFLNK) { in ubifs_iget()
A Dubifs.h519 #define S_IFMT 00170000 macro
/u-boot/fs/jffs2/
A Djffs2_1pass.c876 switch (mode & S_IFMT) { in mkmodestr()

Completed in 39 milliseconds