Searched refs:ofileflags (Results 1 – 1 of 1) sorted by relevance
850 char *ofileflags; in fdt_fork() local940 ofileflags = kalloc_data(n_files, Z_WAITOK | Z_ZERO); in fdt_fork()941 if (ofiles == NULL || ofileflags == NULL) { in fdt_fork()943 kfree_data(ofileflags, n_files); in fdt_fork()1001 newfdp->fd_ofileflags = ofileflags; in fdt_fork()1019 char *ofileflags; in fdt_invalidate() local1060 ofileflags = fdp->fd_ofileflags; in fdt_invalidate()1086 kfree_data(ofileflags, n_files); in fdt_invalidate()