Home
last modified time | relevance | path

Searched refs:alloc_super (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c200 static struct super_block *alloc_super(struct file_system_type *type, int flags, in alloc_super() function
531 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc()
614 s = alloc_super(type, (flags & ~SB_SUBMOUNT), user_ns); in sget()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsuper.c2353 static struct super_block *alloc_super(struct file_system_type *type, int flags) in alloc_super() function
2414 s = alloc_super(type, flags); in sget()