···3030#include "befs.h"3131#include "btree.h"3232#include "datastream.h"3333-#include "endian.h"34333534/*3635 * The btree functions in this file are built on top of the
···8899#include "befs.h"1010#include "inode.h"1111-#include "endian.h"12111312/*1413 Validates the correctness of the befs inode
-1
fs/befs/linuxvfs.c
···2222#include "datastream.h"2323#include "super.h"2424#include "io.h"2525-#include "endian.h"26252726MODULE_DESCRIPTION("BeOS File System (BeFS) driver");2827MODULE_AUTHOR("Will Dyson");
-1
fs/befs/super.c
···11111212#include "befs.h"1313#include "super.h"1414-#include "endian.h"15141615/**1716 * load_befs_sb -- Read from disk and properly byteswap all the fields