linux/fs/exofs
Boaz Harrosh ba9e5e98ca exofs: super_operations and file_system_type
This patch ties all operation vectors into a file system superblock
and registers the exofs file_system_type at module's load time.

* The file system control block (AKA on-disk superblock) resides in
  an object with a special ID (defined in common.h).
  Information included in the file system control block is used to
  fill the in-memory superblock structure at mount time. This object
  is created before the file system is used by mkexofs.c It contains
  information such as:
	- The file system's magic number
	- The next inode number to be allocated

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
2009-03-31 19:44:34 +03:00
..
Kbuild exofs: super_operations and file_system_type 2009-03-31 19:44:34 +03:00
Kconfig
common.h
dir.c exofs: dir_inode and directory operations 2009-03-31 19:44:31 +03:00
exofs.h exofs: super_operations and file_system_type 2009-03-31 19:44:34 +03:00
file.c
inode.c exofs: super_operations and file_system_type 2009-03-31 19:44:34 +03:00
namei.c exofs: dir_inode and directory operations 2009-03-31 19:44:31 +03:00
osd.c
super.c exofs: super_operations and file_system_type 2009-03-31 19:44:34 +03:00
symlink.c exofs: symlink_inode and fast_symlink_inode operations 2009-03-31 19:44:27 +03:00