The Be File System================================Probably the best resource for a description of the inner workings ofBFS is the book "Practical File System Design with the Be File System"written by Dominic Giampaolo and published by Morgan KaufmannPublishers. Although that book is out of print, it's available at the`Haiku website <https://www.haiku-os.org/legacy-docs/practical-file-system-design.pdf>`__.If you prefer to see how it works in code, please have a look at`Haiku's BFSimplementation <https://git.haiku-os.org/haiku/tree/src/add-ons/kernel/file_systems/bfs>`__.If you are interested in the Haiku file system API, please refer to itsdocumentation as part of the Haiku book.