Searched refs:buf_type (Results 1 – 9 of 9) sorted by relevance
/fs/cifs/ |
D | link.c | 315 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink() local 343 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 396 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink() local 439 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
|
D | smb2proto.h | 210 unsigned int *nbytes, char **buf, int *buf_type);
|
D | smb1ops.c | 737 char **buf, int *buf_type) in cifs_sync_read() argument 740 return CIFSSMBRead(xid, parms, bytes_read, buf, buf_type); in cifs_sync_read()
|
D | inode.c | 455 int buf_type = CIFS_NO_BUFFER; local 504 &bytes_read, &pbuf, &buf_type);
|
D | smb2pdu.c | 4110 unsigned int *nbytes, char **buf, int *buf_type) in SMB2_read() argument 4181 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read() 4183 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
|
D | cifssmb.c | 3895 int buf_type = 0; in CIFSSMBGetCIFSACL() local 3921 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL() 3976 free_rsp_buf(buf_type, rsp_iov.iov_base); in CIFSSMBGetCIFSACL()
|
D | file.c | 4057 int buf_type = CIFS_NO_BUFFER; in cifs_read() local 4115 &buf_type); in cifs_read()
|
D | smb2ops.c | 1909 char **buf, int *buf_type) in smb2_sync_read() argument 1913 return SMB2_read(xid, parms, bytes_read, buf, buf_type); in smb2_sync_read()
|
/fs/xfs/ |
D | xfs_rtalloc.c | 781 enum xfs_blft buf_type; in xfs_growfs_rt_alloc() local 785 buf_type = XFS_BLFT_RTSUMMARY_BUF; in xfs_growfs_rt_alloc() 787 buf_type = XFS_BLFT_RTBITMAP_BUF; in xfs_growfs_rt_alloc() 851 xfs_trans_buf_set_type(tp, bp, buf_type); in xfs_growfs_rt_alloc()
|