| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 236 #ifndef S_IFBLK 237 #define S_IFBLK 0060000 macro 256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | stat.h | 13 #define S_IFBLK 0060000 macro 25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | stat.h | 14 #define S_IFBLK 0060000 /* block special */ macro 26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | non-regular.c | 111 FIXTURE_VARIANT_ADD(file, S_IFBLK) in FIXTURE_VARIANT_ADD() argument 119 .mode = S_IFBLK, in FIXTURE_VARIANT_ADD()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | inode.c | 102 case S_IFBLK: in erofs_read_inode() 142 case S_IFBLK: in erofs_read_inode() 271 case S_IFBLK: in erofs_fill_inode()
|
| /OK3568_Linux_fs/kernel/samples/vfs/ |
| H A D | test-statx.c | 94 case S_IFBLK: printf(" block special file\n"); ft = 'b'; break; in dump_statx() 114 case S_IFBLK: in dump_statx()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts.h | 20 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev)); in create_dev()
|
| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | mode_string.c | 25 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | cramfs.c | 52 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | inode.c | 320 inode->i_mode |= S_IFBLK; in squashfs_read_inode() 342 inode->i_mode |= S_IFBLK; in squashfs_read_inode()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fcntl.h | 83 # define S_IFBLK __S_IFBLK macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fcntl.h | 83 # define S_IFBLK __S_IFBLK macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | stat.h | 107 # define S_IFBLK __S_IFBLK macro
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 42 + if (old_stat.st_mode & S_IFBLK && argc == 5) {
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | stat.h | 107 # define S_IFBLK __S_IFBLK macro
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs_inode.c | 89 ret |= S_IFBLK; in vxfs_transmod()
|
| /OK3568_Linux_fs/kernel/fs/efs/ |
| H A D | inode.c | 159 case S_IFBLK: in efs_iget()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsproc.c | 326 case S_IFBLK: in nfsd_proc_create() 363 if (type != S_IFBLK && type != S_IFCHR) { in nfsd_proc_create()
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 209 #define S_IFBLK 0060000 macro 218 #define S_ISBLK(mode) (((mode) & S_IFBLK) == S_IFBLK)
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | tomoyo.c | 224 case S_IFBLK: in tomoyo_path_mknod()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devtmpfs.c | 135 req.mode |= S_IFBLK; in devtmpfs_create_node()
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_init_cpio.c | 247 mode |= S_IFBLK; in cpio_mknod()
|