Searched refs:alloc_fs_context (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | fs_context.c | 235 * alloc_fs_context - Create a filesystem context. 247 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context() function 304 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount() 313 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure() 321 return alloc_fs_context(type, reference, 0, 0, FS_CONTEXT_FOR_SUBMOUNT); in fs_context_for_submount()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_context.c | 263 * alloc_fs_context - Create a filesystem context. 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()
|
Completed in 3 milliseconds