Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dksmbd_work.c20 static int ksmbd_reserve_iov(struct ksmbd_work *work, int need_iov_cnt) in ksmbd_reserve_iov() argument
25 if (work->iov_alloc_cnt >= work->iov_cnt + need_iov_cnt) in ksmbd_reserve_iov()
30 } while (new_alloc_cnt < work->iov_cnt + need_iov_cnt); in ksmbd_reserve_iov()
142 int need_iov_cnt = 1; in __ksmbd_iov_pin_rsp() local
145 need_iov_cnt++; in __ksmbd_iov_pin_rsp()
151 if (ksmbd_reserve_iov(work, need_iov_cnt)) { in __ksmbd_iov_pin_rsp()