Man Page: register_filesystem
Operating Environment: centos
Section: 9
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 3.10 June 2014 REGISTER_FILESYSTEM(9)
| Related Man Pages |
|---|
| debugfs_create_regset32(9) - centos |
| debugfs_create_u16(9) - centos |
| debugfs_create_file(9) - centos |
| debugfs_create_bool(9) - centos |
| vfs_hooks_unmount(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |