Searched refs:alloc_fs_context (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ |
H A D | fs_context.c | 275 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context() function 332 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount() 341 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure() 360 fc = alloc_fs_context(type, reference, 0, 0, FS_CONTEXT_FOR_SUBMOUNT); in fs_context_for_submount()
|