Home
last modified time | relevance | path

Searched refs:max_frmr_depth (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dsmbdirect.c381 info->max_frmr_depth * PAGE_SIZE); in process_negotiation_response()
382 info->max_frmr_depth = info->max_readwrite_size / PAGE_SIZE; in process_negotiation_response()
654 info->max_frmr_depth = min_t(int, in smbd_ia_open()
2074 info->max_frmr_depth); in smbd_mr_recovery_work()
2078 info->max_frmr_depth); in smbd_mr_recovery_work()
2140 info->max_frmr_depth); in allocate_mr_list()
2143 info->mr_type, info->max_frmr_depth); in allocate_mr_list()
2146 smbdirect_mr->sgt.sgl = kcalloc(info->max_frmr_depth, in allocate_mr_list()
2255 num_pages = iov_iter_npages(iter, info->max_frmr_depth + 1); in smbd_register_mr()
2256 if (num_pages > info->max_frmr_depth) { in smbd_register_mr()
[all …]
H A Dsmbdirect.h95 int max_frmr_depth; member
H A Dcifs_debug.c437 server->smbd_conn->max_frmr_depth, in cifs_debug_data_proc_show()
H A Dfile.c96 stream->sreq_max_segs = server->smbd_conn->max_frmr_depth; in cifs_prepare_write()
187 rreq->io_streams[0].sreq_max_segs = server->smbd_conn->max_frmr_depth; in cifs_prepare_read()