Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2003 15:05:39 +0100
From:      "david ramblewski" <poluc@nerim.fr>
To:        "freebsd hackers" <freebsd-hackers@freebsd.org>
Subject:   FFS
Message-ID:  <20030803140545.M99345@nerim.fr>

next in thread | raw e-mail | index | archive | help
Hello,

1)

I am modifying the mount code and i find this:
malloc(...,M_UFSMNT,...)

In malloc.h:
#define M_UFSMNT 28

There is a lot of "define" about filesystems in malloc.h and it seems to
represent every types of memories which can be allocated.
I'm searching in the source but i don't know how and why they use it.
Someone knows the solution?

2)

Does someone knows where i can find documentations about filesystems under BSD
(FFS).

thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030803140545.M99345>