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

/u-boot/fs/yaffs2/
H 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)
H A Dyaffs_uboot_glue.c107 switch (stat->st_mode & S_IFMT) {
H A Dyaffsfs.c1593 buf->st_mode = obj->yst_mode & ~S_IFMT;
/u-boot/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)
/u-boot/fs/erofs/
H A Dnamei.c48 switch (vi->i_mode & S_IFMT) {
83 switch (vi->i_mode & S_IFMT) {
/u-boot/cmd/
H A Dcramfs.c52 switch (mode & S_IFMT) {
/u-boot/fs/cramfs/
H A Dcramfs.c281 if ((CRAMFS_16 (inode->mode) & S_IFMT) == S_IFLNK) {
/u-boot/tools/
H A Dmkimage.c551 if ((sbuf.st_mode & S_IFMT) == S_IFBLK) {
/u-boot/fs/ubifs/
H A Dubifs.c508 if ((inode->i_mode & S_IFMT) == S_IFLNK) {
H A Dsuper.c328 switch (inode->i_mode & S_IFMT) {
409 if ((inode->i_mode & S_IFMT) == S_IFLNK) {
H A Dubifs.h519 #define S_IFMT 00170000 macro
/u-boot/fs/jffs2/
H A Djffs2_1pass.c876 switch (mode & S_IFMT) {

Completed in 117 milliseconds