Home
last modified time | relevance | path

Searched refs:DT_WHT (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/
Dfs_types.h42 #define DT_WHT 14 macro
/linux-5.19.10/include/trace/events/
Dfs.h22 { DT_WHT, "WHT" })
/linux-5.19.10/fs/vboxsf/
Ddir.c86 d_type = DT_WHT; in vboxsf_get_d_type()
/linux-5.19.10/fs/xfs/
Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux-5.19.10/fs/coda/
Ddir.c341 case CDT_WHT: dt = DT_WHT; break; in CDT2DT()