1 /* Prototypes for -lminixfs. */
6 #include <minix/safecopies.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 */