HomeSort by: relevance | last modified time | path
    Searched refs:chfs_pool (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_pool.h 1 /* $NetBSD: chfs_pool.h,v 1.1 2011/11/24 15:51:31 ahoka Exp $ */
39 struct chfs_pool { struct
48 struct chfs_pool chsp_pool_16;
49 struct chfs_pool chsp_pool_32;
50 struct chfs_pool chsp_pool_64;
51 struct chfs_pool chsp_pool_128;
52 struct chfs_pool chsp_pool_256;
53 struct chfs_pool chsp_pool_512;
54 struct chfs_pool chsp_pool_1024;
61 * Convenience functions and macros to manipulate a chfs_pool
    [all...]
chfs_pool.c 1 /* $NetBSD: chfs_pool.c,v 1.5 2020/09/05 16:30:12 riastradh Exp $ */
60 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what,
77 chfs_pool_destroy(struct chfs_pool *chpp)
87 struct chfs_pool *chpp;
93 chpp = (struct chfs_pool *)pp;
114 struct chfs_pool *chpp;
118 chpp = (struct chfs_pool *)pp;
162 struct chfs_pool *p;
187 struct chfs_pool *p;
chfs.h 76 #include "chfs_pool.h"
423 struct chfs_pool chm_dirent_pool;
424 struct chfs_pool chm_node_pool;
  /src/sys/modules/chfs/
Makefile 14 SRCS+= chfs_pool.c chfs_subr.c chfs_vfsops.c chfs_vnops.c

Completed in 81 milliseconds