Home
last modified time | relevance | path

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

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