Lines Matching refs:fsi
159 struct debugfs_fs_info *fsi = sb->s_fs_info;
161 struct debugfs_mount_opts *opts = &fsi->mount_opts;
193 struct debugfs_fs_info *fsi = sb->s_fs_info;
196 err = debugfs_parse_options(data, &fsi->mount_opts);
208 struct debugfs_fs_info *fsi = root->d_sb->s_fs_info;
209 struct debugfs_mount_opts *opts = &fsi->mount_opts;
263 struct debugfs_fs_info *fsi;
266 fsi = kzalloc(sizeof(struct debugfs_fs_info), GFP_KERNEL);
267 sb->s_fs_info = fsi;
268 if (!fsi) {
273 err = debugfs_parse_options(data, &fsi->mount_opts);
289 kfree(fsi);