Searched refs:nd_private (Results 1 – 2 of 2) sorted by relevance
238 nd->nd_private.ndm_saddr.sin_addr.s_addr = 0; in nfs_boot_init()277 nd->nd_private.ndm_path = zalloc(ZV_NAMEI); in nfs_boot_init()278 nd->nd_private.ndm_mntfrom = zalloc(ZV_NAMEI); in nfs_boot_init()280 &nd->nd_private.ndm_saddr, in nfs_boot_init()281 nd->nd_private.ndm_host, in nfs_boot_init()282 nd->nd_private.ndm_path); in nfs_boot_init()289 == nd->nd_private.ndm_saddr.sin_addr.s_addr) in nfs_boot_init()290 && (strncmp(check_path, nd->nd_private.ndm_path, MAXPATHLEN) == 0)) { in nfs_boot_init()292 nd->nd_private.ndm_saddr.sin_addr.s_addr = 0; in nfs_boot_init()297 nd->nd_private.ndm_saddr.sin_addr.s_addr = 0; in nfs_boot_init()[all …]
89 struct nfs_dlmount nd_private; /* Mount info for private */ member