|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/time.h>#include <linux/stat.h>#include <linux/string.h>#include <linux/bitops.h>#include <asm/byteorder.h>#include "ufs_fs.h"#include "ufs.h"#include "swab.h"#include "util.h"Go to the source code of this file.
Functions | |
| void | ufs_put_cylinder (struct super_block *sb, unsigned bitmap_nr) |
| struct ufs_cg_private_info * | ufs_load_cylinder (struct super_block *sb, unsigned cgno) |
|
read |
Definition at line 126 of file cylinder.c.
| void ufs_put_cylinder | ( | struct super_block * | sb, |
| unsigned | bitmap_nr | ||
| ) |
Definition at line 82 of file cylinder.c.
1.8.2