Lines Matching defs:iovlen
441 int iovlen = 0;
469 build_iovec(&iov, &iovlen, "fstype", __DECONST(void *, "fusefs"), -1);
470 build_iovec(&iov, &iovlen, "fspath",
472 build_iovec(&iov, &iovlen, "from", __DECONST(void *, "/dev/fuse"), -1);
474 build_iovec(&iov, &iovlen, "fd", fdstr, -1);
479 build_iovec(&iov, &iovlen, "max_read=", &val, -1);
482 build_iovec(&iov, &iovlen, "allow_other",
486 build_iovec(&iov, &iovlen, "default_permissions",
490 build_iovec(&iov, &iovlen, "push_symlinks_in",
494 build_iovec(&iov, &iovlen, "ro",
498 build_iovec(&iov, &iovlen, "async", __DECONST(void*, &trueval),
502 build_iovec(&iov, &iovlen, "noatime",
506 build_iovec(&iov, &iovlen, "noclusterr",
510 build_iovec(&iov, &iovlen, "nointr",
513 build_iovec(&iov, &iovlen, "intr",
517 build_iovec(&iov, &iovlen, "fsname=",
521 build_iovec(&iov, &iovlen, "subtype=",
524 if (nmount(iov, iovlen, 0))
527 free_iovec(&iov, &iovlen);