Lines Matching refs:pbuf
536 char *pbuf; in cifs_sfu_type() local
539 pbuf = buf; in cifs_sfu_type()
588 &bytes_read, &pbuf, &buf_type); in cifs_sfu_type()
590 if (memcmp("IntxBLK\0", pbuf, 8) == 0) { in cifs_sfu_type()
598 mjr = le64_to_cpu(*(__le64 *)(pbuf+8)); in cifs_sfu_type()
599 mnr = le64_to_cpu(*(__le64 *)(pbuf+16)); in cifs_sfu_type()
609 mjr = le32_to_cpu(*(__le32 *)(pbuf+8)); in cifs_sfu_type()
610 mnr = le32_to_cpu(*(__le32 *)(pbuf+12)); in cifs_sfu_type()
613 } else if (memcmp("IntxCHR\0", pbuf, 8) == 0) { in cifs_sfu_type()
621 mjr = le64_to_cpu(*(__le64 *)(pbuf+8)); in cifs_sfu_type()
622 mnr = le64_to_cpu(*(__le64 *)(pbuf+16)); in cifs_sfu_type()
632 mjr = le32_to_cpu(*(__le32 *)(pbuf+8)); in cifs_sfu_type()
633 mnr = le32_to_cpu(*(__le32 *)(pbuf+12)); in cifs_sfu_type()
636 } else if (memcmp("LnxSOCK", pbuf, 8) == 0) { in cifs_sfu_type()
640 } else if (memcmp("IntxLNK\1", pbuf, 8) == 0) { in cifs_sfu_type()
677 } else if (memcmp("LnxFIFO", pbuf, 8) == 0) { in cifs_sfu_type()
686 } else if ((rc == 0) && (bytes_read == 1) && (pbuf[0] == '\0')) { in cifs_sfu_type()