Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dmount.h64 struct nfs_args_extB nfs_extB; /* nfs_args extension v2 */ member
100 struct nfs_args_extB32 nfs_extB; /* nfs_args extension v2 */ member
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c109 (args).nfs_ext_u.nfs_extB.secdata = secdata; }
1222 tail = tail->nfs_ext_u.nfs_extB.next = argp; in nfsmount()
1278 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1311 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1338 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1375 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1390 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1419 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1435 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1489 tail->nfs_ext_u.nfs_extB.next = in nfsmount()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c481 nargs->nfs_ext_u.nfs_extB.next = in nfs_copyin()
482 STRUCT_FGETP(args, nfs_ext_u.nfs_extB.next); in nfs_copyin()
748 args->nfs_ext_u.nfs_extB.next != NULL) { in nfs_mount()
750 args->nfs_ext_u.nfs_extB.next; in nfs_mount()
928 args->nfs_ext_u.nfs_extB.next != NULL) { in nfs_mount()
930 data = (char *)args->nfs_ext_u.nfs_extB.next; in nfs_mount()
H A Dnfs3_vfsops.c462 nargs->nfs_ext_u.nfs_extB.next = in nfs3_copyin()
463 STRUCT_FGETP(args, nfs_ext_u.nfs_extB.next); in nfs3_copyin()
729 args->nfs_ext_u.nfs_extB.next != NULL) { in nfs3_mount()
731 args->nfs_ext_u.nfs_extB.next; in nfs3_mount()
901 args->nfs_ext_u.nfs_extB.next != NULL) { in nfs3_mount()
903 data = (char *)args->nfs_ext_u.nfs_extB.next; in nfs3_mount()
H A Dnfs4_stub_vnops.c997 next = nargs->nfs_ext_u.nfs_extB.next; in nfs4_trigger_domount_args_create()
1031 nargs->nfs_ext_u.nfs_extB.next = next; in nfs4_trigger_domount_args_create()
1073 nargs->nfs_ext_u.nfs_extB.next; in nfs4_trigger_domount_args_destroy()
2112 nargs->nfs_ext_u.nfs_extB.secdata = secdata; in nfs4_trigger_nargs_create()
2115 nargs->nfs_ext_u.nfs_extB.next = NULL; in nfs4_trigger_nargs_create()
H A Dnfs4_vfsops.c683 nargs->nfs_ext_u.nfs_extB.next = in nfs4_copyin()
684 STRUCT_FGETP(args, nfs_ext_u.nfs_extB.next); in nfs4_copyin()
936 args->nfs_ext_u.nfs_extB.next != NULL) { in nfs4_mount()
938 args->nfs_ext_u.nfs_extB.next; in nfs4_mount()
1081 args->nfs_ext_u.nfs_extB.next != NULL) { in nfs4_mount()
1083 data = (char *)args->nfs_ext_u.nfs_extB.next; in nfs4_mount()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c131 (args)->nfs_ext_u.nfs_extB.secdata = secdata; }
728 prev_argp->nfs_ext_u.nfs_extB.next = argp; in mount_nfs()
819 prev_argp->nfs_ext_u.nfs_extB.next = argp; in mount_nfs()
833 nfs_free_secdata(argp->nfs_ext_u.nfs_extB.secdata); in mount_nfs()
841 argp = argp->nfs_ext_u.nfs_extB.next; in mount_nfs()