Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dmount.h85 union nfs_ext nfs_ext_u; /* extension union structure */ member
121 union nfs_ext32 nfs_ext_u; /* extension union structure */ member
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c111 (args).nfs_ext_u.nfs_extB.secdata = secdata; }
1282 tail = tail->nfs_ext_u.nfs_extB.next = argp; in nfsmount()
1338 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1371 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1398 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1435 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1450 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1479 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1495 tail->nfs_ext_u.nfs_extB.next = NULL; in nfsmount()
1549 tail->nfs_ext_u.nfs_extB.next = in nfsmount()
[all …]
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c251 if (nargs->nfs_ext_u.nfs_extA.secdata) { in nfs_free_args()
252 sec_clnt_freeinfo(nargs->nfs_ext_u.nfs_extA.secdata); in nfs_free_args()
253 nargs->nfs_ext_u.nfs_extA.secdata = NULL; in nfs_free_args()
459 nfs_ext_u.nfs_extA.secdata) != NULL) { in nfs_copyin()
462 nfs_ext_u.nfs_extA.secdata), &secdata, in nfs_copyin()
465 nargs->nfs_ext_u.nfs_extA.secdata = secdata; in nfs_copyin()
481 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()
[all …]
H A Dnfs3_vfsops.c243 if (nargs->nfs_ext_u.nfs_extA.secdata) { in nfs3_free_args()
244 sec_clnt_freeinfo(nargs->nfs_ext_u.nfs_extA.secdata); in nfs3_free_args()
245 nargs->nfs_ext_u.nfs_extA.secdata = NULL; in nfs3_free_args()
440 nfs_ext_u.nfs_extA.secdata) != NULL) { in nfs3_copyin()
443 nfs_ext_u.nfs_extA.secdata), &secdata, in nfs3_copyin()
446 nargs->nfs_ext_u.nfs_extA.secdata = secdata; in nfs3_copyin()
462 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()
[all …]
H A Dnfs4_vfsops.c455 if (nargs->nfs_ext_u.nfs_extA.secdata) { in nfs4_free_args()
457 nargs->nfs_ext_u.nfs_extA.secdata); in nfs4_free_args()
458 nargs->nfs_ext_u.nfs_extA.secdata = NULL; in nfs4_free_args()
659 nfs_ext_u.nfs_extA.secdata) != NULL) { in nfs4_copyin()
662 nfs_ext_u.nfs_extA.secdata), in nfs4_copyin()
665 nargs->nfs_ext_u.nfs_extA.secdata = secdata; in nfs4_copyin()
681 nargs->nfs_ext_u.nfs_extB.next = in nfs4_copyin()
682 STRUCT_FGETP(args, nfs_ext_u.nfs_extB.next); in nfs4_copyin()
934 args->nfs_ext_u.nfs_extB.next != NULL) { in nfs4_mount()
936 args->nfs_ext_u.nfs_extB.next; in nfs4_mount()
[all …]
H A Dnfs4_stub_vnops.c992 next = nargs->nfs_ext_u.nfs_extB.next; in nfs4_trigger_domount_args_create()
1026 nargs->nfs_ext_u.nfs_extB.next = next; in nfs4_trigger_domount_args_create()
1068 nargs->nfs_ext_u.nfs_extB.next; in nfs4_trigger_domount_args_destroy()
2107 nargs->nfs_ext_u.nfs_extB.secdata = secdata; in nfs4_trigger_nargs_create()
2110 nargs->nfs_ext_u.nfs_extB.next = NULL; in nfs4_trigger_nargs_create()
/titanic_41/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()