Searched refs:DT_CHR (Results 1 – 18 of 18) sorted by relevance
/linux/fs/ |
A D | fs_types.c | 12 [FT_CHRDEV] = DT_CHR, 54 [DT_CHR] = FT_CHRDEV,
|
/linux/include/linux/ |
A D | fs_types.h | 36 #define DT_CHR 2 macro
|
/linux/include/trace/events/ |
A D | fs.h | 16 { DT_CHR, "CHR" }, \
|
/linux/fs/squashfs/ |
A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux/fs/xfs/ |
A D | xfs_dir2_readdir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
|
/linux/fs/vboxsf/ |
A D | dir.c | 68 d_type = DT_CHR; in vboxsf_get_d_type()
|
/linux/fs/coda/ |
A D | dir.c | 335 case CDT_CHR: dt = DT_CHR; break; in CDT2DT()
|
/linux/fs/romfs/ |
A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux/fs/nilfs2/ |
A D | dir.c | 237 [NILFS_FT_CHRDEV] = DT_CHR,
|
/linux/fs/hfsplus/ |
A D | dir.c | 242 type = DT_CHR; in hfsplus_readdir()
|
/linux/fs/ufs/ |
A D | util.h | 181 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type()
|
/linux/fs/cifs/ |
A D | inode.c | 265 fattr->cf_dtype = DT_CHR; 512 fattr->cf_dtype = DT_CHR; 688 fattr->cf_dtype = DT_CHR;
|
A D | readdir.c | 179 fattr->cf_dtype = DT_CHR; in cifs_fill_common_info()
|
/linux/fs/overlayfs/ |
A D | readdir.c | 166 if (d_type == DT_CHR) { in ovl_cache_entry_new()
|
/linux/fs/f2fs/ |
A D | dir.c | 49 [F2FS_FT_CHRDEV] = DT_CHR,
|
/linux/fs/ubifs/ |
A D | dir.c | 469 return DT_CHR; in vfs_dent_type()
|
/linux/tools/include/nolibc/ |
A D | nolibc.h | 201 #define DT_CHR 2 macro
|
/linux/fs/ext4/ |
A D | ext4.h | 2864 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
Completed in 43 milliseconds