Home
last modified time | relevance | path

Searched refs:DT_CHR (Results 1 – 15 of 15) sorted by relevance

/linux/fs/
H A Dfs_dirent.c12 [FT_CHRDEV] = DT_CHR,
54 [DT_CHR] = FT_CHRDEV,
/linux/include/linux/
H A Dfs_dirent.h39 #define DT_CHR 2 macro
/linux/tools/include/nolibc/
H A Dtypes.h81 #define DT_CHR 0x2 macro
/linux/include/trace/misc/
H A Dfs.h16 { DT_CHR, "CHR" }, \
/linux/fs/squashfs/
H A Ddir.c28 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux/fs/vboxsf/
H A Ddir.c68 d_type = DT_CHR; in vboxsf_get_d_type()
/linux/fs/xfs/
H A Dxfs_dir2_readdir.c27 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
/linux/fs/coda/
H A Ddir.c335 case CDT_CHR: dt = DT_CHR; break; in CDT2DT()
/linux/fs/ufs/
H A Dutil.h175 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type()
/linux/fs/hfsplus/
H A Ddir.c242 type = DT_CHR; in hfsplus_readdir()
/linux/fs/overlayfs/
H A Dreaddir.c209 if (d_type == DT_CHR) { in ovl_cache_entry_new()
/linux/fs/smb/client/
H A Dinode.c289 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 Ddir.c547 return DT_CHR; in vfs_dent_type()
/linux/fs/ext4/
H A Dext4.h2920 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK