Lines Matching refs:n_iov
2506 unsigned int n_iov = 2;
2599 rc = add_posix_context(iov, &n_iov, mode);
2602 pc_buf = iov[n_iov-1].iov_base;
2608 rqst.rq_nvec = n_iov;
2649 unsigned int n_iov = 2;
2731 rc = add_lease_context(server, iov, &n_iov,
2741 (struct create_context *)iov[n_iov-1].iov_base;
2746 rc = add_durable_context(iov, &n_iov, oparms,
2753 if (n_iov > 2) {
2755 (struct create_context *)iov[n_iov-1].iov_base;
2757 cpu_to_le32(iov[n_iov-1].iov_len);
2760 rc = add_posix_context(iov, &n_iov, oparms->mode);
2767 if (n_iov > 2) {
2769 (struct create_context *)iov[n_iov-1].iov_base;
2771 cpu_to_le32(iov[n_iov-1].iov_len);
2774 rc = add_twarp_context(iov, &n_iov, tcon->snapshot_time);
2797 if (n_iov > 2) {
2799 (struct create_context *)iov[n_iov-1].iov_base;
2800 ccontext->Next = cpu_to_le32(iov[n_iov-1].iov_len);
2804 rc = add_sd_context(iov, &n_iov, oparms->mode, set_owner);
2810 if (n_iov > 2) {
2812 (struct create_context *)iov[n_iov-1].iov_base;
2813 ccontext->Next = cpu_to_le32(iov[n_iov-1].iov_len);
2815 add_query_id_context(iov, &n_iov);
2817 rqst->rq_nvec = n_iov;