Home
last modified time | relevance | path

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

/fs/cifs/
Dlink.c305 char *pbuf, unsigned int *pbytes_read) in cifs_query_mf_symlink() argument
340 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
349 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() argument
380 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf); in cifs_create_mf_symlink()
391 char *pbuf, unsigned int *pbytes_read) in smb3_query_mf_symlink() argument
442 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
454 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink() argument
498 iov[1].iov_base = pbuf; in smb3_create_mf_symlink()
Dinode.c450 char *pbuf; local
453 pbuf = buf;
502 &bytes_read, &pbuf, &buf_type);
504 if (memcmp("IntxBLK", pbuf, 8) == 0) {
512 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
513 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
516 } else if (memcmp("IntxCHR", pbuf, 8) == 0) {
524 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
525 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
528 } else if (memcmp("IntxLNK", pbuf, 7) == 0) {
Dsmb2proto.h105 char *pbuf, unsigned int *pbytes_written);
108 const unsigned char *path, char *pbuf,
Dcifsproto.h565 const unsigned char *path, char *pbuf,
569 const unsigned char *path, char *pbuf,
/fs/ubifs/
Drecovery.c97 static int get_master_node(const struct ubifs_info *c, int lnum, void **pbuf, in get_master_node() argument
173 *pbuf = sbuf; in get_master_node()