Searched refs:DT_BLK (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | dirent_types.h | 18 #if defined(DT_BLK) || (defined(HAVE_DECL_DT_BLK) && HAVE_DECL_DT_BLK) 19 XLAT(DT_BLK),
|
D | dirent_types.in | 5 DT_BLK
|
/external/syslinux/com32/include/sys/ |
D | dirent.h | 28 DT_BLK = 6, enumerator
|
/external/syslinux/core/fs/pxe/ |
D | ftp_readdir.c | 33 return DT_BLK; in dirtype()
|
/external/syslinux/com32/modules/ |
D | ls.c | 27 case DT_BLK: in type_str()
|
D | dir.c | 27 case DT_BLK: in type_str()
|
/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/syslinux/com32/rosh/ |
D | rosh.c | 652 case DT_BLK: in rosh_d_type2char_human() 690 case DT_BLK: in rosh_d_type2char_lspre()
|
/external/syslinux/core/fs/ext2/ |
D | ext2.c | 19 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK, in ext2_cvt_type() enumerator
|
/external/syslinux/core/fs/ufs/ |
D | ufs.c | 362 case UFS_DTYPE_BLOCK: return DT_BLK; in get_inode_mode()
|
/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
|
D | inode.c | 59 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|