Searched refs:buf_type (Results 1 – 8 of 8) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.c | 161 enum xfs_blft buf_type; in xfs_rtbuf_get() local 169 buf_type = XFS_BLFT_RTSUMMARY_BUF; in xfs_rtbuf_get() 174 buf_type = XFS_BLFT_RTBITMAP_BUF; in xfs_rtbuf_get() 225 xfs_trans_buf_set_type(args->tp, bp, buf_type); in xfs_rtbuf_get() 1378 enum xfs_blft buf_type; in xfs_rtfile_initialize_block() local 1382 buf_type = XFS_BLFT_RTBITMAP_BUF; in xfs_rtfile_initialize_block() 1384 buf_type = XFS_BLFT_RTSUMMARY_BUF; in xfs_rtfile_initialize_block() 1402 xfs_trans_buf_set_type(tp, bp, buf_type); in xfs_rtfile_initialize_block()
|
| /fs/smb/client/ |
| A D | link.c | 261 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink() local 290 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 345 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink() local 390 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
|
| A D | smb2proto.h | 222 unsigned int *nbytes, char **buf, int *buf_type);
|
| A D | smb1ops.c | 875 char **buf, int *buf_type) in cifs_sync_read() argument 878 return CIFSSMBRead(xid, parms, bytes_read, buf, buf_type); in cifs_sync_read()
|
| A D | inode.c | 537 int buf_type = CIFS_NO_BUFFER; in cifs_sfu_type() local 588 &bytes_read, &pbuf, &buf_type); in cifs_sfu_type() 649 buf_type = CIFS_NO_BUFFER; in cifs_sfu_type() 653 &buf_type); in cifs_sfu_type()
|
| A D | cifssmb.c | 2872 int buf_type = 0; in cifs_create_reparse_inode() local 2960 rc = SendReceive2(xid, tcon->ses, in_iov, ARRAY_SIZE(in_iov), &buf_type, in cifs_create_reparse_inode() 3573 int buf_type = 0; in CIFSSMBGetCIFSACL() local 3598 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, in CIFSSMBGetCIFSACL() 3653 free_rsp_buf(buf_type, rsp_iov.iov_base); in CIFSSMBGetCIFSACL()
|
| A D | smb2pdu.c | 4736 unsigned int *nbytes, char **buf, int *buf_type) in SMB2_read() argument 4809 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read() 4811 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
|
| A D | smb2ops.c | 1975 char **buf, int *buf_type) in smb2_sync_read() argument 1979 return SMB2_read(xid, parms, bytes_read, buf, buf_type); in smb2_sync_read()
|
Completed in 43 milliseconds