Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dubifs.h293 struct file_system_type *s_type;
389 struct file_system_type { struct
398 struct dentry *(*mount) (struct file_system_type *, int, argument
402 struct file_system_type * next; argument
H A Dsuper.c2352 static struct super_block *alloc_super(struct file_system_type *type, int flags) in alloc_super()
2381 struct super_block *sget(struct file_system_type *type, in sget()
2447 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
2529 static struct file_system_type ubifs_fs_type = {