Searched refs:ofileflags (Results 1 – 1 of 1) sorted by relevance
854 char *ofileflags; in fdt_fork() local944 ofileflags = kalloc_data(n_files, Z_WAITOK | Z_ZERO); in fdt_fork()945 if (ofiles == NULL || ofileflags == NULL) { in fdt_fork()947 kfree_data(ofileflags, n_files); in fdt_fork()1005 newfdp->fd_ofileflags = ofileflags; in fdt_fork()1023 char *ofileflags; in fdt_invalidate() local1064 ofileflags = fdp->fd_ofileflags; in fdt_invalidate()1090 kfree_data(ofileflags, n_files); in fdt_invalidate()