Searched refs:S_ISREG (Results 1 - 11 of 11) sorted by relevance

/u-boot/scripts/dtc/
H A Dfstree.c51 if (S_ISREG(st.st_mode)) {
H A Ddtc.c148 if (!S_ISREG(statbuf.st_mode))
/u-boot/include/linux/
H A Dstat.h23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/u-boot/fs/yaffs2/
H A Dyportenv.h256 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/u-boot/tools/
H A Dzynqmpimage.c425 if (!S_ISREG(path_stat.st_mode)) {
529 if (!S_ISREG(path_stat.st_mode)) {
H A Dzynqimage.c252 if (!S_ISREG(path_stat.st_mode)) {
/u-boot/fs/cramfs/
H A Dcramfs.c163 } else if (S_ISREG (CRAMFS_16 (inode->mode))) {
/u-boot/tools/env/
H A Dfw_env.c1313 if (fstat(fd_current, &sb) == 0 && S_ISREG(sb.st_mode)) {
/u-boot/fs/ubifs/
H A Dtnc.c3306 if (!S_ISREG(inode->i_mode))
H A Ddebug.c1113 if (!S_ISREG(inode->i_mode))
H A Dsuper.c231 if (ui->xattr && !S_ISREG(inode->i_mode))

Completed in 292 milliseconds