Home
last modified time | relevance | path

Searched refs:buf_type (Results 1 – 9 of 9) sorted by relevance

/fs/cifs/
Dlink.c315 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()
Dsmb2proto.h210 unsigned int *nbytes, char **buf, int *buf_type);
Dsmb1ops.c737 char **buf, int *buf_type) in cifs_sync_read() argument
740 return CIFSSMBRead(xid, parms, bytes_read, buf, buf_type); in cifs_sync_read()
Dinode.c455 int buf_type = CIFS_NO_BUFFER; local
504 &bytes_read, &pbuf, &buf_type);
Dsmb2pdu.c4110 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()
Dcifssmb.c3895 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()
Dfile.c4057 int buf_type = CIFS_NO_BUFFER; in cifs_read() local
4115 &buf_type); in cifs_read()
Dsmb2ops.c1909 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/
Dxfs_rtalloc.c781 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()