Lines Matching defs:opts
207 struct ceph_mount_options *opts;
242 struct ceph_mount_options *fsopt = pctx->opts;
288 struct ceph_mount_options *fsopt = pctx->opts;
1071 fsc = create_fs_client(pctx->opts, pctx->copts);
1072 pctx->opts = NULL;
1137 destroy_mount_options(pctx->opts);
1146 struct ceph_mount_options *fsopt = pctx->opts;
1181 pctx->opts = kzalloc(sizeof(*pctx->opts), GFP_KERNEL);
1182 if (!pctx->opts)
1185 fsopt = pctx->opts;
1210 destroy_mount_options(pctx->opts);