2 * Copyright 2004-2008, François Revol, <revol@free.fr>.
3 * Distributed under the terms of the MIT License.
10 typedef struct vnidpool
{
17 status_t
vnidpool_alloc(struct vnidpool
**pool
, size_t size
);
18 status_t
vnidpool_free(struct vnidpool
*pool
);
19 status_t
vnidpool_get(struct vnidpool
*pool
, ino_t
*vnid
);
20 status_t
vnidpool_put(struct vnidpool
*pool
, ino_t vnid
);
22 #endif /* _VNIDPOOL_H */