Searched refs:vfs_sb (Results 1 – 10 of 10) sorted by relevance
65 down_read(&c->vfs_sb->s_umount); in shrink_liability()66 writeback_inodes_sb(c->vfs_sb, WB_REASON_FS_FREE_SPACE); in shrink_liability()67 up_read(&c->vfs_sb->s_umount); in shrink_liability()
1044 struct super_block *sb = c->vfs_sb; in ubifs_parse_options()1151 c->ro_mount = !!(c->vfs_sb->s_flags & MS_RDONLY); in mount_ubifs()1153 c->probing = !!(c->vfs_sb->s_flags & MS_SILENT); in mount_ubifs()2003 c->vfs_sb = sb; in ubifs_fill_super()
284 inode = ubifs_iget(c->vfs_sb, inum); in iget_xattr()
619 c->vfs_sb->s_time_gran = le32_to_cpu(sup->time_gran); in ubifs_read_superblock()
1234 struct super_block *vfs_sb; member
87 c->vfs_sb->s_flags |= MS_RDONLY; in ubifs_ro_mode()
1520 inode = ubifs_iget(c->vfs_sb, e->inum); in ubifs_recover_size()
94 inode = new_inode(c->vfs_sb); in ubifs_new_inode()
1826 inode = ilookup(c->vfs_sb, inum); in add_inode()
86 * Remove the typedef of struct super_block to vfs_sb, as it offended