Searched refs:DT_CHR (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/fs/ |
D | fs_types.c | 12 [FT_CHRDEV] = DT_CHR, 54 [DT_CHR] = FT_CHRDEV,
|
/Linux-v6.6/include/linux/ |
D | fs_types.h | 36 #define DT_CHR 2 macro
|
/Linux-v6.6/include/trace/misc/ |
D | fs.h | 16 { DT_CHR, "CHR" }, \
|
/Linux-v6.6/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/Linux-v6.6/tools/include/nolibc/ |
D | types.h | 63 #define DT_CHR 0x2 macro
|
/Linux-v6.6/fs/xfs/ |
D | xfs_dir2_readdir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
|
/Linux-v6.6/fs/vboxsf/ |
D | dir.c | 68 d_type = DT_CHR; in vboxsf_get_d_type()
|
/Linux-v6.6/fs/coda/ |
D | dir.c | 335 case CDT_CHR: dt = DT_CHR; break; in CDT2DT()
|
/Linux-v6.6/fs/romfs/ |
D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/Linux-v6.6/fs/nilfs2/ |
D | dir.c | 237 [NILFS_FT_CHRDEV] = DT_CHR,
|
/Linux-v6.6/fs/hfsplus/ |
D | dir.c | 242 type = DT_CHR; in hfsplus_readdir()
|
/Linux-v6.6/fs/ufs/ |
D | util.h | 175 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type()
|
/Linux-v6.6/fs/smb/client/ |
D | inode.c | 272 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr() 582 fattr->cf_dtype = DT_CHR; in cifs_sfu_type() 738 fattr->cf_dtype = DT_CHR; in cifs_reparse_point_to_fattr()
|
/Linux-v6.6/fs/overlayfs/ |
D | readdir.c | 166 if (d_type == DT_CHR) { in ovl_cache_entry_new()
|
/Linux-v6.6/fs/ubifs/ |
D | dir.c | 526 return DT_CHR; in vfs_dent_type()
|
/Linux-v6.6/fs/ext4/ |
D | ext4.h | 2822 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|