Lines Matching refs:vfs_getopt

614 	if (vfs_getopt(mp->mnt_optnew, "ro", NULL, NULL) == 0) {  in nfs_decode_args()
803 error = vfs_getopt(opts, "from", (void **)&spec, &speclen); in nfs_mount_parse_from()
964 if (vfs_getopt(mp->mnt_optnew, "nfs_args", NULL, NULL) == 0) { in nfs_mount()
978 if (vfs_getopt(mp->mnt_optnew, "noac", NULL, NULL) == 0) { in nfs_mount()
984 if (vfs_getopt(mp->mnt_optnew, "noconn", NULL, NULL) == 0) in nfs_mount()
986 if (vfs_getopt(mp->mnt_optnew, "conn", NULL, NULL) == 0) in nfs_mount()
988 if (vfs_getopt(mp->mnt_optnew, "nolockd", NULL, NULL) == 0) in nfs_mount()
990 if (vfs_getopt(mp->mnt_optnew, "lockd", NULL, NULL) == 0) in nfs_mount()
992 if (vfs_getopt(mp->mnt_optnew, "intr", NULL, NULL) == 0) in nfs_mount()
994 if (vfs_getopt(mp->mnt_optnew, "rdirplus", NULL, NULL) == 0) in nfs_mount()
996 if (vfs_getopt(mp->mnt_optnew, "resvport", NULL, NULL) == 0) in nfs_mount()
998 if (vfs_getopt(mp->mnt_optnew, "noresvport", NULL, NULL) == 0) in nfs_mount()
1000 if (vfs_getopt(mp->mnt_optnew, "soft", NULL, NULL) == 0) in nfs_mount()
1002 if (vfs_getopt(mp->mnt_optnew, "hard", NULL, NULL) == 0) in nfs_mount()
1004 if (vfs_getopt(mp->mnt_optnew, "mntudp", NULL, NULL) == 0) in nfs_mount()
1006 if (vfs_getopt(mp->mnt_optnew, "udp", NULL, NULL) == 0) in nfs_mount()
1008 if (vfs_getopt(mp->mnt_optnew, "tcp", NULL, NULL) == 0) in nfs_mount()
1010 if (vfs_getopt(mp->mnt_optnew, "nfsv3", NULL, NULL) == 0) in nfs_mount()
1012 if (vfs_getopt(mp->mnt_optnew, "nfsv4", NULL, NULL) == 0) { in nfs_mount()
1016 if (vfs_getopt(mp->mnt_optnew, "allgssname", NULL, NULL) == 0) in nfs_mount()
1018 if (vfs_getopt(mp->mnt_optnew, "nocto", NULL, NULL) == 0) in nfs_mount()
1020 if (vfs_getopt(mp->mnt_optnew, "noncontigwr", NULL, NULL) == 0) in nfs_mount()
1022 if (vfs_getopt(mp->mnt_optnew, "pnfs", NULL, NULL) == 0) in nfs_mount()
1024 if (vfs_getopt(mp->mnt_optnew, "oneopenown", NULL, NULL) == 0) in nfs_mount()
1026 if (vfs_getopt(mp->mnt_optnew, "tls", NULL, NULL) == 0) in nfs_mount()
1028 if (vfs_getopt(mp->mnt_optnew, "tlscertname", (void **)&opt, &len) == in nfs_mount()
1044 if (vfs_getopt(mp->mnt_optnew, "readdirsize", (void **)&opt, NULL) == 0) { in nfs_mount()
1059 if (vfs_getopt(mp->mnt_optnew, "readahead", (void **)&opt, NULL) == 0) { in nfs_mount()
1074 if (vfs_getopt(mp->mnt_optnew, "wsize", (void **)&opt, NULL) == 0) { in nfs_mount()
1089 if (vfs_getopt(mp->mnt_optnew, "rsize", (void **)&opt, NULL) == 0) { in nfs_mount()
1104 if (vfs_getopt(mp->mnt_optnew, "retrans", (void **)&opt, NULL) == 0) { in nfs_mount()
1119 if (vfs_getopt(mp->mnt_optnew, "actimeo", (void **)&opt, NULL) == 0) { in nfs_mount()
1131 if (vfs_getopt(mp->mnt_optnew, "acregmin", (void **)&opt, NULL) == 0) { in nfs_mount()
1141 if (vfs_getopt(mp->mnt_optnew, "acregmax", (void **)&opt, NULL) == 0) { in nfs_mount()
1151 if (vfs_getopt(mp->mnt_optnew, "acdirmin", (void **)&opt, NULL) == 0) { in nfs_mount()
1161 if (vfs_getopt(mp->mnt_optnew, "acdirmax", (void **)&opt, NULL) == 0) { in nfs_mount()
1171 if (vfs_getopt(mp->mnt_optnew, "wcommitsize", (void **)&opt, NULL) == 0) { in nfs_mount()
1180 if (vfs_getopt(mp->mnt_optnew, "timeo", (void **)&opt, NULL) == 0) { in nfs_mount()
1190 if (vfs_getopt(mp->mnt_optnew, "timeout", (void **)&opt, NULL) == 0) { in nfs_mount()
1200 if (vfs_getopt(mp->mnt_optnew, "nametimeo", (void **)&opt, NULL) == 0) { in nfs_mount()
1208 if (vfs_getopt(mp->mnt_optnew, "negnametimeo", (void **)&opt, NULL) in nfs_mount()
1218 if (vfs_getopt(mp->mnt_optnew, "minorversion", (void **)&opt, NULL) == in nfs_mount()
1228 if (vfs_getopt(mp->mnt_optnew, "nconnect", (void **)&opt, NULL) == in nfs_mount()
1242 if (vfs_getopt(mp->mnt_optnew, "syskrb5", NULL, NULL) == 0) in nfs_mount()
1244 if (vfs_getopt(mp->mnt_optnew, "sec", in nfs_mount()
1342 if (vfs_getopt(mp->mnt_optnew, "fh", (void **)&args.fh, in nfs_mount()
1353 (void) vfs_getopt(mp->mnt_optnew, "hostname", in nfs_mount()
1369 if (vfs_getopt(mp->mnt_optnew, "principal", (void **)&name, NULL) == 0) in nfs_mount()
1379 if (vfs_getopt(mp->mnt_optnew, "gssname", (void **)&name, NULL) == 0) in nfs_mount()
1386 if (vfs_getopt(mp->mnt_optnew, in nfs_mount()
1395 if (vfs_getopt(mp->mnt_optnew, "addr", in nfs_mount()