Home
last modified time | relevance | path

Searched refs:super_block (Results 1 – 3 of 3) sorted by relevance

/u-boot/fs/ubifs/
A Dubifs.h50 extern struct super_block *ubifs_sb;
176 struct super_block *i_sb;
255 struct inode *(*alloc_inode)(struct super_block *sb);
262 void (*put_super) (struct super_block *);
263 int (*sync_fs)(struct super_block *sb, int wait);
264 int (*freeze_fs) (struct super_block *);
265 int (*unfreeze_fs) (struct super_block *);
270 void (*umount_begin) (struct super_block *);
287 struct super_block { struct
400 void (*kill_sb) (struct super_block *); argument
[all …]
A Dsuper.c53 struct super_block *ubifs_sb;
57 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
1233 struct super_block *sb = c->vfs_sb; in ubifs_parse_options()
1988 static void ubifs_put_super(struct super_block *sb) in ubifs_put_super()
2363 struct super_block *s; in alloc_super()
2391 int (*test)(struct super_block *,void *), in sget() argument
2392 int (*set)(struct super_block *,void *), in sget() argument
2396 struct super_block *s = NULL; in sget()
2398 struct super_block *old; in sget()
2461 struct super_block *sb; in ubifs_mount()
[all …]
A Dubifs.c381 static int ubifs_finddir(struct super_block *sb, char *dirname, in ubifs_finddir()
468 static unsigned long ubifs_findfile(struct super_block *sb, char *filename) in ubifs_findfile()

Completed in 239 milliseconds