Home
last modified time | relevance | path

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

/fs/cifs/
Dlink.c296 char *pbuf, unsigned int *pbytes_read) in cifs_query_mf_symlink() argument
331 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
340 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() argument
367 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf); in cifs_create_mf_symlink()
378 char *pbuf, unsigned int *pbytes_read) in smb3_query_mf_symlink() argument
427 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
439 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink() argument
480 iov[1].iov_base = pbuf; in smb3_create_mf_symlink()
Dsmb2proto.h103 char *pbuf, unsigned int *pbytes_written);
106 const unsigned char *path, char *pbuf,
162 struct smb2_file_network_open_info *pbuf);
Dinode.c445 char *pbuf; local
448 pbuf = buf;
495 &bytes_read, &pbuf, &buf_type);
497 if (memcmp("IntxBLK", pbuf, 8) == 0) {
505 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
506 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
509 } else if (memcmp("IntxCHR", pbuf, 8) == 0) {
517 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
518 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
521 } else if (memcmp("IntxLNK", pbuf, 7) == 0) {
Dcifsproto.h573 const unsigned char *path, char *pbuf,
577 const unsigned char *path, char *pbuf,
Dsmb2pdu.c3275 struct smb2_file_network_open_info *pbuf) in __SMB2_close() argument
3302 if (pbuf) in __SMB2_close()
3328 if (pbuf) in __SMB2_close()
3329 memcpy(pbuf, (char *)&rsp->CreationTime, sizeof(*pbuf) - 4); in __SMB2_close()
Dcifsglob.h424 void __user *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()