centos man page for register_filesystem

Query: register_filesystem

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 3.10 June 2014 REGISTER_FILESYSTEM(9)
Related Man Pages
vfs_lock_file(9) - suse
debugfs_create_u32(9) - centos
debugfs_create_u64(9) - centos
device_create(9) - centos
securityfs_create_file(9) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Controlling user input
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!