Searched refs:DT_BLK (Results 1 – 25 of 36) sorted by relevance
12
/external/strace/xlat/ |
D | dirent_types.h | 24 #if defined(DT_BLK) || (defined(HAVE_DECL_DT_BLK) && HAVE_DECL_DT_BLK) 25 XLAT(DT_BLK),
|
D | dirent_types.in | 5 DT_BLK
|
/external/u-boot/include/jffs2/ |
D | jffs2.h | 203 DT_BLK = 6, enumerator 204 # define DT_BLK DT_BLK macro
|
/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 38 #define DT_BLK 6 macro
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/libcxx/src/filesystem/ |
D | directory_iterator.cpp | 31 case DT_BLK: in get_file_type()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_dragonfly_amd64.go | 288 DT_BLK = 0x6 const
|
D | zerrors_openbsd_arm.go | 191 DT_BLK = 0x6 const
|
D | zerrors_openbsd_amd64.go | 216 DT_BLK = 0x6 const
|
D | zerrors_openbsd_386.go | 191 DT_BLK = 0x6 const
|
D | zerrors_darwin_386.go | 418 DT_BLK = 0x6 const
|
D | zerrors_darwin_arm64.go | 418 DT_BLK = 0x6 const
|
D | zerrors_darwin_amd64.go | 418 DT_BLK = 0x6 const
|
D | zerrors_netbsd_arm.go | 298 DT_BLK = 0x6 const
|
D | zerrors_darwin_arm.go | 418 DT_BLK = 0x6 const
|
D | zerrors_freebsd_386.go | 534 DT_BLK = 0x6 const
|
D | zerrors_freebsd_arm.go | 541 DT_BLK = 0x6 const
|
D | zerrors_netbsd_386.go | 306 DT_BLK = 0x6 const
|
D | zerrors_freebsd_amd64.go | 534 DT_BLK = 0x6 const
|
D | zerrors_netbsd_amd64.go | 306 DT_BLK = 0x6 const
|
D | zerrors_linux_sparc64.go | 312 DT_BLK = 0x6 const
|
D | zerrors_linux_mipsle.go | 335 DT_BLK = 0x6 const
|
D | zerrors_linux_s390x.go | 335 DT_BLK = 0x6 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 543 #define DT_BLK 6 macro
|
12