Function report |
Source Code:fs\super.c |
Create Date:2022-07-28 20:02:30 |
Last Modify:2022-05-24 06:42:17 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vfs_get_tree - Get the mountable root*@fc: The superblock configuration context.* The filesystem is invoked to get or create a superblock which can then later* be used for mounting. The filesystem places a pointer to the root to be
Proto:int vfs_get_tree(struct fs_context *fc)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fs_context * | fc |
1551 | If Not root Then |
1569 | smp_wmb() |
1572 | error = security_sb_set_mnt_opts(sb, security, 0, NULL) |
1574 | fc_drop_locked(fc) |
1575 | Return error |
1584 | WARN((s_maxbytes < 0), "%s set sb->s_maxbytes to negative value (%lld)\n", name, s_maxbytes) |
1587 | Return 0 |
Name | Describe |
---|---|
fc_mount | |
do_new_mount | reate a new mount for userspace and request it to be added into the* namespace's tree |
vfs_fsconfig_locked | Check the state and apply the configuration. Note that this function is* allowed to 'steal' the value by setting param->xxx to NULL before returning. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |