1REGISTER_FILESYSTEM(9)           The Linux VFS          REGISTER_FILESYSTEM(9)
2
3
4

NAME

6       register_filesystem - register a new filesystem
7

SYNOPSIS

9       int register_filesystem(struct file_system_type * fs);
10

ARGUMENTS

12       fs
13           the file system structure
14

DESCRIPTION

16       Adds the file system passed to the list of file systems the kernel is
17       aware of for mount and other syscalls. Returns 0 on success, or a
18       negative errno code on an error.
19
20       The struct file_system_type that is passed is linked into the kernel
21       structures and must not be freed until the file system has been
22       unregistered.
23
25Kernel Hackers Manual 2.6.       November 2011          REGISTER_FILESYSTEM(9)
Impressum