Searched refs:Type (Results 1 – 4 of 4) sorted by relevance
1119 pRetData->Type = cpu_to_le32(-1); /* unknown */ in CIFSPOSIXCreate()1125 pRetData->Type = cpu_to_le32(-1); in CIFSPOSIXCreate()6035 data_offset->Type = cpu_to_le32(UNIX_FILE); in cifs_fill_unix_set_info()6037 data_offset->Type = cpu_to_le32(UNIX_DIR); in cifs_fill_unix_set_info()6039 data_offset->Type = cpu_to_le32(UNIX_SYMLINK); in cifs_fill_unix_set_info()6041 data_offset->Type = cpu_to_le32(UNIX_CHARDEV); in cifs_fill_unix_set_info()6043 data_offset->Type = cpu_to_le32(UNIX_BLOCKDEV); in cifs_fill_unix_set_info()6045 data_offset->Type = cpu_to_le32(UNIX_FIFO); in cifs_fill_unix_set_info()6047 data_offset->Type = cpu_to_le32(UNIX_SOCKET); in cifs_fill_unix_set_info()
241 switch (le32_to_cpu(info->Type)) {278 cifs_dbg(FYI, "unknown type %d\n", le32_to_cpu(info->Type));1499 if (info->Type == cpu_to_le32(-1))
2355 __le32 Type; member
149 if (presp_data->Type == cpu_to_le32(-1)) in cifs_posix_open()