VM: munmap used by VM for itself is no longer used
[minix.git] / include / minix / libminixfs.h
blob96d2b3e99374eb6d62d26841a2842af75d786243
1 /* Prototypes for -lminixfs. */
3 #ifndef _MINIX_FSLIB_H
4 #define _MINIX_FSLIB_H
6 #include <minix/safecopies.h>
7 #include <minix/sef.h>
8 #include <minix/vfsif.h>
10 int fs_lookup_credentials(vfs_ucred_t *credentials,
11 uid_t *caller_uid, gid_t *caller_gid, cp_grant_id_t grant2, size_t cred_size);
12 u32_t fs_bufs_heuristic(int minbufs, u32_t btotal, u32_t bfree,
13 int blocksize, dev_t majordev);
15 #endif /* _MINIX_FSLIB_H */