REGISTER_FILESYSTEM

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

register_filesystem - register a new filesystem  

SYNOPSIS

"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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:07:24 GMT, October 06, 2005