Lines Matching refs:fsi
154 struct debugfs_fs_info *fsi = sb->s_fs_info;
156 struct debugfs_mount_opts *opts = &fsi->mount_opts;
170 struct debugfs_fs_info *fsi = sb->s_fs_info;
173 err = debugfs_parse_options(data, &fsi->mount_opts);
185 struct debugfs_fs_info *fsi = root->d_sb->s_fs_info;
186 struct debugfs_mount_opts *opts = &fsi->mount_opts;
240 struct debugfs_fs_info *fsi;
243 fsi = kzalloc(sizeof(struct debugfs_fs_info), GFP_KERNEL);
244 sb->s_fs_info = fsi;
245 if (!fsi) {
250 err = debugfs_parse_options(data, &fsi->mount_opts);
266 kfree(fsi);