Home
last modified time | relevance | path

Searched refs:DT_SOCK (Results 1 – 14 of 14) sorted by relevance

/linux/fs/
H A Dfs_types.c15 [FT_SOCK] = DT_SOCK,
57 [DT_SOCK] = FT_SOCK,
/linux/include/linux/
H A Dfs_types.h41 #define DT_SOCK 12 macro
/linux/include/trace/misc/
H A Dfs.h21 { DT_SOCK, "SOCK" }, \
/linux/tools/include/nolibc/
H A Dtypes.h71 #define DT_SOCK 0xc macro
/linux/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux/fs/vboxsf/
H A Ddir.c83 d_type = DT_SOCK; in vboxsf_get_d_type()
/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux/fs/xfs/
H A Dxfs_dir2_readdir.c28 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux/fs/coda/
H A Ddir.c340 case CDT_SOCK: dt = DT_SOCK; break; in CDT2DT()
/linux/fs/ufs/
H A Dutil.h160 de->d_u.d_44.d_type = DT_SOCK; in ufs_set_de_type()
/linux/fs/hfsplus/
H A Ddir.c246 type = DT_SOCK; in hfsplus_readdir()
/linux/fs/smb/client/
H A Dinode.c310 fattr->cf_dtype = DT_SOCK; in cifs_unix_basic_to_fattr()
639 fattr->cf_dtype = DT_SOCK; in cifs_sfu_type()
689 fattr->cf_dtype = DT_SOCK; in cifs_sfu_type()
/linux/fs/ubifs/
H A Ddir.c551 return DT_SOCK; in vfs_dent_type()
/linux/fs/ext4/
H A Dext4.h2903 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK