register_filesystem(9) suse man page | unix.com

Man Page: register_filesystem

Operating Environment: suse

Section: 9

REGISTER_FILESYSTEM(9)						   The Linux VFS					    REGISTER_FILESYSTEM(9)

NAME
register_filesystem - register a new filesystem
SYNOPSIS
int register_filesystem(struct file_system_type * fs);
ARGUMENTS
fs the file system structure
DESCRIPTION
Adds the file system passed to the list of file systems the kernel is aware of for mount and other syscalls. Returns 0 on success, or a negative errno code on an error. The struct file_system_type that is passed is linked into the kernel structures and must not be freed until the file system has been unregistered.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 REGISTER_FILESYSTEM(9)
Related Man Pages
gvfs-mount(1) - opensolaris
debugfs_create_u64(9) - suse
device_create(9) - suse
securityfs_create_file(9) - suse
vfs_hooks(9) - netbsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend