Query: register_filesystem
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGISTER_FILESYSTEM(9) The Linux VFS REGISTER_FILESYSTEM(9)NAMEregister_filesystem - register a new filesystemSYNOPSISint register_filesystem(struct file_system_type * fs);ARGUMENTSfs the file system structureDESCRIPTIONAdds 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 REGISTER_FILESYSTEM(9)
Related Man Pages |
---|
vfs_lock_file(9) - centos |
debugfs_create_bool(9) - suse |
debugfs_create_blob(9) - suse |
device_create(9) - suse |
vfs_hooks(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Is UNIX an open source OS ? |
A (ksh) Library For and From UNIX.com |
Docker learning Phase-I |
Shopt -s histappend |