Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 25 of 77) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h236 #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 Dstat.h13 #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 Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h13 #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 Dstat.h13 #define S_IFBLK 0060000 macro
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/OK3568_Linux_fs/u-boot/include/linux/
H A Dstat.h14 #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 Dnon-regular.c111 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 Dinode.c102 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 Dtest-statx.c94 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 Ddo_mounts.h20 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev)); in create_dev()
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dmode_string.c25 || ( S_IFREG != 0100000 ) || ( S_IFBLK != 0060000 ) \
/OK3568_Linux_fs/u-boot/cmd/
H A Dcramfs.c52 case S_IFBLK: str[0] = 'b'; break; in mkmodestr()
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dinode.c320 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 Dfcntl.h83 # 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 Dfcntl.h83 # 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 Dstat.h107 # define S_IFBLK __S_IFBLK macro
/OK3568_Linux_fs/buildroot/package/bsdiff/
H A D0002-bspatch-adaption-to-embedded-system.patch42 + 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 Dstat.h107 # define S_IFBLK __S_IFBLK macro
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_inode.c89 ret |= S_IFBLK; in vxfs_transmod()
/OK3568_Linux_fs/kernel/fs/efs/
H A Dinode.c159 case S_IFBLK: in efs_iget()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsproc.c326 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 Dnolibc.h209 #define S_IFBLK 0060000 macro
218 #define S_ISBLK(mode) (((mode) & S_IFBLK) == S_IFBLK)
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dtomoyo.c224 case S_IFBLK: in tomoyo_path_mknod()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevtmpfs.c135 req.mode |= S_IFBLK; in devtmpfs_create_node()
/OK3568_Linux_fs/kernel/usr/
H A Dgen_init_cpio.c247 mode |= S_IFBLK; in cpio_mknod()

1234