Home
last modified time | relevance | path

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

/fs/cifs/
Dcifssmb.c1133 pRetData->Type = cpu_to_le32(-1); /* unknown */ in CIFSPOSIXCreate()
1139 pRetData->Type = cpu_to_le32(-1); in CIFSPOSIXCreate()
5990 data_offset->Type = cpu_to_le32(UNIX_FILE); in cifs_fill_unix_set_info()
5992 data_offset->Type = cpu_to_le32(UNIX_DIR); in cifs_fill_unix_set_info()
5994 data_offset->Type = cpu_to_le32(UNIX_SYMLINK); in cifs_fill_unix_set_info()
5996 data_offset->Type = cpu_to_le32(UNIX_CHARDEV); in cifs_fill_unix_set_info()
5998 data_offset->Type = cpu_to_le32(UNIX_BLOCKDEV); in cifs_fill_unix_set_info()
6000 data_offset->Type = cpu_to_le32(UNIX_FIFO); in cifs_fill_unix_set_info()
6002 data_offset->Type = cpu_to_le32(UNIX_SOCKET); in cifs_fill_unix_set_info()
Dinode.c211 switch (le32_to_cpu(info->Type)) {
248 cFYI(1, "unknown type %d", le32_to_cpu(info->Type));
1329 if (pInfo->Type == cpu_to_le32(-1)) {
Dcifspdu.h2240 __le32 Type; member
Dfile.c145 if (presp_data->Type == cpu_to_le32(-1)) in cifs_posix_open()