Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c89 __u32 dev_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in cifs_debug_tcon() local
99 if (dev_type == FILE_DEVICE_DISK) in cifs_debug_tcon()
101 else if (dev_type == FILE_DEVICE_CD_ROM) in cifs_debug_tcon()
104 seq_printf(m, " type: %d ", dev_type); in cifs_debug_tcon()