Searched refs:DT_CHR (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ |
| H A D | fs_dirent.c | 12 [FT_CHRDEV] = DT_CHR, 54 [DT_CHR] = FT_CHRDEV,
|
| /linux/include/linux/ |
| H A D | fs_dirent.h | 39 #define DT_CHR 2 macro
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 81 #define DT_CHR 0x2 66 #define DT_CHR global() macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 16 { DT_CHR, "CHR" }, \
|
| /linux/fs/romfs/ |
| H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
| /linux/fs/vboxsf/ |
| H A D | dir.c | 68 d_type = DT_CHR; in vboxsf_get_d_type()
|
| /linux/fs/coda/ |
| H A D | dir.c | 335 case CDT_CHR: dt = DT_CHR; break; in CDT2DT()
|
| /linux/fs/ufs/ |
| H A D | util.h | 175 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type()
|
| /linux/fs/hfsplus/ |
| H A D | dir.c | 242 type = DT_CHR; in hfsplus_readdir()
|
| /linux/fs/overlayfs/ |
| H A D | readdir.c | 209 if (d_type == DT_CHR) { in ovl_cache_entry_new()
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 289 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr() 612 fattr->cf_dtype = DT_CHR; in cifs_sfu_type()
|
| /linux/fs/ubifs/ |
| H A D | dir.c | 547 return DT_CHR; in vfs_dent_type()
|