Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfs_types.c12 [FT_CHRDEV] = DT_CHR,
54 [DT_CHR] = FT_CHRDEV,
/linux-6.12.1/include/linux/
Dfs_types.h36 #define DT_CHR 2 macro
/linux-6.12.1/include/trace/misc/
Dfs.h16 { DT_CHR, "CHR" }, \
/linux-6.12.1/tools/include/nolibc/
Dtypes.h65 #define DT_CHR 0x2 macro
/linux-6.12.1/fs/squashfs/
Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-6.12.1/fs/xfs/
Dxfs_dir2_readdir.c27 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
/linux-6.12.1/fs/romfs/
Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-6.12.1/fs/vboxsf/
Ddir.c68 d_type = DT_CHR; in vboxsf_get_d_type()
/linux-6.12.1/fs/coda/
Ddir.c335 case CDT_CHR: dt = DT_CHR; break; in CDT2DT()
/linux-6.12.1/fs/hfsplus/
Ddir.c242 type = DT_CHR; in hfsplus_readdir()
/linux-6.12.1/fs/bcachefs/
Dopts.c154 [DT_CHR] = "chr",
/linux-6.12.1/fs/ufs/
Dutil.h175 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type()
/linux-6.12.1/fs/overlayfs/
Dreaddir.c170 if (d_type == DT_CHR) { in ovl_cache_entry_new()
/linux-6.12.1/fs/smb/client/
Dinode.c294 fattr->cf_dtype = DT_CHR; in cifs_unix_basic_to_fattr()
605 fattr->cf_dtype = DT_CHR; in cifs_sfu_type()
/linux-6.12.1/fs/ubifs/
Ddir.c547 return DT_CHR; in vfs_dent_type()
/linux-6.12.1/fs/ext4/
Dext4.h2851 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK