Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmbdirect.c380 info->max_frmr_depth * PAGE_SIZE); in process_negotiation_response()
381 info->max_frmr_depth = info->max_readwrite_size / PAGE_SIZE; in process_negotiation_response()
653 info->max_frmr_depth = min_t(int, in smbd_ia_open()
2075 info->max_frmr_depth); in smbd_mr_recovery_work()
2079 info->max_frmr_depth); in smbd_mr_recovery_work()
2141 info->max_frmr_depth); in allocate_mr_list()
2144 info->mr_type, info->max_frmr_depth); in allocate_mr_list()
2147 smbdirect_mr->sgt.sgl = kcalloc(info->max_frmr_depth, in allocate_mr_list()
2256 num_pages = iov_iter_npages(iter, info->max_frmr_depth + 1); in smbd_register_mr()
2257 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.c434 server->smbd_conn->max_frmr_depth, in cifs_debug_data_proc_show()
H A Dfile.c2899 max_pages = server->smbd_conn->max_frmr_depth; in cifs_write_back_from_locked_folio()
3525 max_segs = server->smbd_conn->max_frmr_depth; in cifs_write_from_iter()
4059 max_segs = server->smbd_conn->max_frmr_depth; in cifs_send_async_read()