Home
last modified time | relevance | path

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

/fs/cifs/
Dlink.c303 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink() local
331 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
384 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink() local
427 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
Dsmb2proto.h199 unsigned int *nbytes, char **buf, int *buf_type);
Dsmb1ops.c738 char **buf, int *buf_type) in cifs_sync_read() argument
741 return CIFSSMBRead(xid, parms, bytes_read, buf, buf_type); in cifs_sync_read()
Dinode.c446 int buf_type = CIFS_NO_BUFFER; local
495 &bytes_read, &pbuf, &buf_type);
Dsmb2pdu.c4182 unsigned int *nbytes, char **buf, int *buf_type) in SMB2_read() argument
4253 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read()
4255 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
Dcifssmb.c3787 int buf_type = 0; in CIFSSMBGetCIFSACL() local
3813 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL()
3868 free_rsp_buf(buf_type, rsp_iov.iov_base); in CIFSSMBGetCIFSACL()
Dfile.c4136 int buf_type = CIFS_NO_BUFFER; in cifs_read() local
4194 &buf_type); in cifs_read()
Dsmb2ops.c2017 char **buf, int *buf_type) in smb2_sync_read() argument
2021 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()
856 xfs_trans_buf_set_type(tp, bp, buf_type); in xfs_growfs_rt_alloc()