Searched refs:buftype (Results 1 – 8 of 8) sorted by relevance
| /fs/xfs/scrub/ |
| A D | quota_repair.c | 306 enum xfs_blft buftype = 0; in xrep_quota_block() local 376 buftype = XFS_BLFT_UDQUOT_BUF; in xrep_quota_block() 379 buftype = XFS_BLFT_GDQUOT_BUF; in xrep_quota_block() 382 buftype = XFS_BLFT_PDQUOT_BUF; in xrep_quota_block() 385 xfs_trans_buf_set_type(sc->tp, bp, buftype); in xrep_quota_block()
|
| /fs/smb/client/ |
| A D | smb2inode.c | 804 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op() 924 static inline void free_rsp_iov(struct kvec *iovs, int *buftype, int count) in free_rsp_iov() argument 929 free_rsp_buf(buftype[i], iovs[i].iov_base); in free_rsp_iov() 931 buftype[i] = CIFS_NO_BUFFER; in free_rsp_iov() 1434 *rsp_buftype = data.reparse.io.buftype; in smb2_query_reparse_point() 1436 data.reparse.io.buftype = CIFS_NO_BUFFER; in smb2_query_reparse_point()
|
| A D | smb2proto.h | 306 struct kvec *rsp, int *buftype,
|
| A D | smb2ops.c | 1124 int buftype = CIFS_NO_BUFFER; in smb2_query_eas() local 1135 &rsp_iov, &buftype, cifs_sb); in smb2_query_eas() 1161 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_query_eas() 2682 struct kvec *rsp, int *buftype, in smb2_query_info_compound() argument 2813 *buftype = resp_buftype[1]; in smb2_query_info_compound() 2841 int buftype = CIFS_NO_BUFFER; in smb2_queryfs() local 2850 &rsp_iov, &buftype, cifs_sb); in smb2_queryfs() 2867 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_queryfs()
|
| A D | cifsproto.h | 781 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base); in cifs_free_open_info()
|
| A D | cifsglob.h | 260 int buftype; member
|
| A D | smb2pdu.c | 3193 struct kvec *err_iov, int *buftype) in SMB2_open() argument 3245 *buftype = resp_buftype; in SMB2_open()
|
| A D | inode.c | 1179 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
|
Completed in 44 milliseconds