Searched refs:alloc_fs_context (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/ | 
| D | fs_context.c | 251 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type,  in alloc_fs_context()  function307 	return alloc_fs_context(fs_type, NULL, sb_flags, 0,  in fs_context_for_mount()
 316 	return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags,  in fs_context_for_reconfigure()
 324 	return alloc_fs_context(type, reference, 0, 0, FS_CONTEXT_FOR_SUBMOUNT);  in fs_context_for_submount()
 
 |