Searched refs:super_block (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.h | 51 extern struct super_block *ubifs_sb; 80 static struct timespec current_fs_time(struct super_block *sb) in current_fs_time() 177 struct super_block *i_sb; 256 struct inode *(*alloc_inode)(struct super_block *sb); 263 void (*put_super) (struct super_block *); 264 int (*sync_fs)(struct super_block *sb, int wait); 265 int (*freeze_fs) (struct super_block *); 266 int (*unfreeze_fs) (struct super_block *); 270 int (*remount_fs) (struct super_block *, int *, char *); 271 void (*umount_begin) (struct super_block *); [all …]
|
| H A D | super.c | 50 struct super_block *ubifs_sb; 54 int set_anon_super(struct super_block *s, void *data) in set_anon_super() 59 struct inode *iget_locked(struct super_block *sb, unsigned long ino) in iget_locked() 239 struct inode *ubifs_iget(struct super_block *sb, unsigned long inum) in ubifs_iget() 440 static struct inode *ubifs_alloc_inode(struct super_block *sb) in ubifs_alloc_inode() 632 static int ubifs_sync_fs(struct super_block *sb, int wait) in ubifs_sync_fs() 1230 struct super_block *sb = c->vfs_sb; in ubifs_parse_options() 1980 static void ubifs_put_super(struct super_block *sb) in ubifs_put_super() 2062 static int ubifs_remount_fs(struct super_block *sb, int *flags, char *data) in ubifs_remount_fs() 2238 static int ubifs_fill_super(struct super_block *sb, void *data, int silent) in ubifs_fill_super() [all …]
|
| H A D | ubifs.c | 392 static int ubifs_finddir(struct super_block *sb, char *dirname, in ubifs_finddir() 479 static unsigned long ubifs_findfile(struct super_block *sb, char *filename) in ubifs_findfile()
|