Searched refs:nfs_files (Results 1 – 1 of 1) sorted by relevance
58 static struct nfs_files { struct61 struct nfs_files *next; argument62 } nfs_files[1] = { variable99 struct nfs_files *filep; in boot_nfs_closeall()106 if (nfs_files->file.version == 0 && in boot_nfs_closeall()107 nfs_files->desc == 0 && in boot_nfs_closeall()108 nfs_files->next == NULL) in boot_nfs_closeall()112 while ((filep = nfs_files->next) != NULL) { in boot_nfs_closeall()113 nfs_files->next = filep->next; in boot_nfs_closeall()114 bkmem_free((caddr_t)filep, sizeof (struct nfs_files)); in boot_nfs_closeall()[all …]