mountfamily      1233 fs/nfs/super.c 	unsigned short mountfamily = AF_UNSPEC;
mountfamily      1512 fs/nfs/super.c 			mountfamily = AF_INET;
mountfamily      1515 fs/nfs/super.c 				mountfamily = AF_INET6;
mountfamily      1521 fs/nfs/super.c 				mountfamily = AF_INET6;
mountfamily      1669 fs/nfs/super.c 	if (mountfamily != AF_UNSPEC) {
mountfamily      1671 fs/nfs/super.c 			if (mountfamily != mnt->mount_server.address.ss_family)
mountfamily      1674 fs/nfs/super.c 			if (mountfamily != mnt->nfs_server.address.ss_family)