Home
last modified time | relevance | path

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

/fs/cifs/
Dlink.c327 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()
Dsmb2proto.h91 char *pbuf, unsigned int *pbytes_written);
94 const unsigned char *path, char *pbuf,
Dinode.c441 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) {
Dcifsproto.h512 const unsigned char *path, char *pbuf,
516 const unsigned char *path, char *pbuf,
/fs/ubifs/
Drecovery.c109 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()