Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/quotaops.h>
#include "jfs_incore.h"
#include "jfs_filsys.h"
#include "jfs_metapage.h"
#include "jfs_dinode.h"
#include "jfs_imap.h"
#include "jfs_dmap.h"
#include "jfs_superblock.h"
#include "jfs_txnmgr.h"
#include "jfs_debug.h"
Go to the source code of this file.
Macros | |
#define | BITSPERPAGE (PSIZE << 3) |
#define | L2MEGABYTE 20 |
#define | MEGABYTE (1 << L2MEGABYTE) |
#define | MEGABYTE32 (MEGABYTE << 5) |
#define | BLKTODMAPN(b) (((b) >> 13) + ((b) >> 23) + ((b) >> 33) + 3 + 1) |
Functions | |
int | jfs_extendfs (struct super_block *sb, s64 newLVSize, int newLogSize) |
#define MEGABYTE (1 << L2MEGABYTE) |