Searched refs:check_path (Results 1 – 1 of 1) sorted by relevance
284 char * check_path = NULL; in nfs_boot_init() local286 check_path = zalloc(ZV_NAMEI); in nfs_boot_init()287 snprintf(check_path, MAXPATHLEN, "%s/private", nd->nd_root.ndm_path); in nfs_boot_init()290 && (strncmp(check_path, nd->nd_private.ndm_path, MAXPATHLEN) == 0)) { in nfs_boot_init()294 NFS_ZFREE(ZV_NAMEI, check_path); in nfs_boot_init()