Searched refs:st_mode (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | stat.h | 50 mode_t st_mode; /* ownership/protection */ member 77 unsigned short st_mode; member 104 mode_t st_mode; member 134 unsigned short st_mode; member
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | fstree.c | 51 if (S_ISREG(st.st_mode)) { in read_fstree() 67 } else if (S_ISDIR(st.st_mode)) { in read_fstree()
|
| H A D | dtc.c | 147 if (S_ISDIR(statbuf.st_mode)) in guess_input_format() 150 if (!S_ISREG(statbuf.st_mode)) in guess_input_format()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | zynqmpimage.c | 308 if (!S_ISREG(path_stat.st_mode)) { in zynqmpimage_parse_initparams() 379 if (!S_ISREG(path_stat.st_mode)) { in zynqmpimage_vrec_header()
|
| H A D | zynqimage.c | 247 if (!S_ISREG(path_stat.st_mode)) { in zynqimage_parse_initparams()
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffsfs.h | 52 unsigned st_mode; /* protection */ member
|
| H A D | yaffs_uboot_glue.c | 104 switch (stat->st_mode & S_IFMT) { in yaffs_file_type_str()
|
| H A D | yaffsfs.c | 1592 buf->st_mode = obj->yst_mode & ~S_IFMT; in yaffsfs_DoStat() 1595 buf->st_mode |= S_IFDIR; in yaffsfs_DoStat() 1597 buf->st_mode |= S_IFLNK; in yaffsfs_DoStat() 1599 buf->st_mode |= S_IFREG; in yaffsfs_DoStat()
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | jffs2_nand_1pass.c | 314 stat->st_mode = inode->mode; in jffs2_1pass_read_inode() 441 printf(" %s %8ld %s %s", mkmodestr(st->st_mode,str), st->st_size, s, name); in dump_stat()
|
| H A D | jffs2_1pass.c | 963 printf(" %s %8ld %s %s", mkmodestr(st->st_mode,str), st->st_size, s, name); in dump_stat() 979 st.st_mode = i->mode; in dump_inode()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | confdata.c | 754 if (!stat(name, &st) && S_ISDIR(st.st_mode)) { in conf_write()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 1367 if (S_ISCHR(st.st_mode)) { in check_device_config()
|