Searched refs:pbuf (Results 1 – 10 of 10) sorted by relevance
| /fs/smb/client/ |
| A D | link.c | 254 char *pbuf, unsigned int *pbytes_read) in cifs_query_mf_symlink() argument 290 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 299 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() argument 327 rc = CIFSSMBWrite(xid, &io_parms, pbytes_written, pbuf); in cifs_create_mf_symlink() 339 char *pbuf, unsigned int *pbytes_read) in smb3_query_mf_symlink() argument 390 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink() 402 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink() argument 445 iov[1].iov_base = pbuf; in smb3_create_mf_symlink()
|
| A D | inode.c | 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() 621 mjr = le64_to_cpu(*(__le64 *)(pbuf+8)); in cifs_sfu_type() 622 mnr = le64_to_cpu(*(__le64 *)(pbuf+16)); in cifs_sfu_type() [all …]
|
| A D | smb2proto.h | 109 char *pbuf, unsigned int *pbytes_written); 112 const unsigned char *path, char *pbuf, 185 struct smb2_file_network_open_info *pbuf);
|
| A D | sess.c | 1002 static inline void cifs_security_buffer_from_str(SECURITY_BUFFER *pbuf, in cifs_security_buffer_from_str() argument 1012 if (!pbuf) in cifs_security_buffer_from_str() 1019 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 1020 pbuf->Length = 0; in cifs_security_buffer_from_str() 1021 pbuf->MaximumLength = 0; in cifs_security_buffer_from_str() 1029 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 1030 pbuf->Length = cpu_to_le16(len); in cifs_security_buffer_from_str() 1031 pbuf->MaximumLength = cpu_to_le16(len); in cifs_security_buffer_from_str()
|
| A D | cifsproto.h | 629 const unsigned char *path, char *pbuf, 633 const unsigned char *path, char *pbuf,
|
| A D | smb2pdu.c | 3601 struct smb2_file_network_open_info *pbuf) in __SMB2_close() argument 3635 if (pbuf) in __SMB2_close() 3660 if (pbuf) in __SMB2_close() 3661 memcpy(&pbuf->network_open_info, in __SMB2_close() 3663 sizeof(pbuf->network_open_info)); in __SMB2_close()
|
| A D | cifsglob.h | 546 void __user *pbuf, bool return_changes);
|
| /fs/afs/ |
| A D | addr_prefs.c | 25 static int afs_split_string(char **pbuf, char *strv[], unsigned int maxstrv) in afs_split_string() argument 28 char *p = *pbuf; in afs_split_string() 64 *pbuf = p; in afs_split_string()
|
| /fs/bcachefs/ |
| A D | journal.c | 272 struct printbuf pbuf = PRINTBUF; in __journal_entry_close() local 273 pbuf.atomic++; in __journal_entry_close() 275 prt_str(&pbuf, "entry size: "); in __journal_entry_close() 276 prt_human_readable_u64(&pbuf, vstruct_bytes(buf->data)); in __journal_entry_close() 277 prt_newline(&pbuf); in __journal_entry_close() 278 bch2_prt_task_backtrace(&pbuf, current, 1, GFP_NOWAIT); in __journal_entry_close() 279 trace_journal_entry_close(c, pbuf.buf); in __journal_entry_close() 280 printbuf_exit(&pbuf); in __journal_entry_close()
|
| /fs/ubifs/ |
| A D | recovery.c | 97 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()
|
Completed in 45 milliseconds