Searched refs:pbuf (Results 1 – 5 of 5) sorted by relevance
/fs/cifs/ |
D | link.c | 327 char *pbuf, unsigned int *pbytes_read) in cifs_query_mf_symlink() argument 362 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 371 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() argument 402 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf, NULL, 0); in cifs_create_mf_symlink() 414 char *pbuf, unsigned int *pbytes_read) in smb3_query_mf_symlink() argument 464 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink() 476 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink() argument 519 iov[1].iov_base = pbuf; in smb3_create_mf_symlink()
|
D | smb2proto.h | 91 char *pbuf, unsigned int *pbytes_written); 94 const unsigned char *path, char *pbuf,
|
D | inode.c | 441 char *pbuf; local 444 pbuf = buf; 491 &bytes_read, &pbuf, &buf_type); 493 if (memcmp("IntxBLK", pbuf, 8) == 0) { 501 mjr = le64_to_cpu(*(__le64 *)(pbuf+8)); 502 mnr = le64_to_cpu(*(__le64 *)(pbuf+16)); 505 } else if (memcmp("IntxCHR", pbuf, 8) == 0) { 513 mjr = le64_to_cpu(*(__le64 *)(pbuf+8)); 514 mnr = le64_to_cpu(*(__le64 *)(pbuf+16)); 517 } else if (memcmp("IntxLNK", pbuf, 7) == 0) {
|
D | cifsproto.h | 512 const unsigned char *path, char *pbuf, 516 const unsigned char *path, char *pbuf,
|
/fs/ubifs/ |
D | recovery.c | 109 static int get_master_node(const struct ubifs_info *c, int lnum, void **pbuf, in get_master_node() argument 185 *pbuf = sbuf; in get_master_node()
|