Home
last modified time | relevance | path

Searched refs:DT_BLK (Results 1 – 17 of 17) sorted by relevance

/linux-5.19.10/fs/
Dfs_types.c13 [FT_BLKDEV] = DT_BLK,
55 [DT_BLK] = FT_BLKDEV,
/linux-5.19.10/include/linux/
Dfs_types.h38 #define DT_BLK 6 macro
/linux-5.19.10/include/trace/events/
Dfs.h18 { DT_BLK, "BLK" }, \
/linux-5.19.10/tools/include/nolibc/
Dtypes.h42 #define DT_BLK 0x6 macro
/linux-5.19.10/fs/squashfs/
Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-5.19.10/fs/vboxsf/
Ddir.c74 d_type = DT_BLK; in vboxsf_get_d_type()
/linux-5.19.10/fs/xfs/
Dxfs_dir2_readdir.c26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
/linux-5.19.10/fs/coda/
Ddir.c337 case CDT_BLK: dt = DT_BLK; break; in CDT2DT()
/linux-5.19.10/fs/romfs/
Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-5.19.10/fs/hfsplus/
Ddir.c244 type = DT_BLK; in hfsplus_readdir()
/linux-5.19.10/fs/nilfs2/
Ddir.c238 [NILFS_FT_BLKDEV] = DT_BLK,
/linux-5.19.10/fs/ufs/
Dutil.h175 de->d_u.d_44.d_type = DT_BLK; in ufs_set_de_type()
/linux-5.19.10/fs/cifs/
Dinode.c275 fattr->cf_dtype = DT_BLK;
504 fattr->cf_dtype = DT_BLK;
695 fattr->cf_dtype = DT_BLK;
Dreaddir.c182 fattr->cf_dtype = DT_BLK; in cifs_fill_common_info()
/linux-5.19.10/fs/f2fs/
Ddir.c50 [F2FS_FT_BLKDEV] = DT_BLK,
/linux-5.19.10/fs/ubifs/
Ddir.c526 return DT_BLK; in vfs_dent_type()
/linux-5.19.10/fs/ext4/
Dext4.h2817 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK