Searched refs:S_ISDIR (Results 1 - 8 of 8) sorted by relevance

/u-boot/scripts/dtc/
H A Dfstree.c67 } else if (S_ISDIR(st.st_mode)) {
H A Ddtc.c145 if (S_ISDIR(statbuf.st_mode))
/u-boot/fs/cramfs/
H A Dcramfs.c83 if (!S_ISDIR (CRAMFS_16 (super.root.mode))) {
156 if (S_ISDIR (CRAMFS_16 (inode->mode))) {
319 if (!S_ISDIR (CRAMFS_16 (inode->mode))) {
/u-boot/include/linux/
H A Dstat.h24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/u-boot/fs/yaffs2/
H A Dyportenv.h255 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/u-boot/fs/erofs/
H A Dfs.c103 if (!S_ISDIR(dirs->inode.i_mode)) {
/u-boot/fs/ubifs/
H A Ddebug.c279 if (!S_ISDIR(inode->i_mode))
1155 if (!S_ISDIR(dir->i_mode))
1933 if (S_ISDIR(fscki->mode)) {
2232 if (S_ISDIR(fscki->mode)) {
/u-boot/scripts/kconfig/
H A Dconfdata.c35 return S_ISDIR(st.st_mode);

Completed in 75 milliseconds