Home
last modified time | relevance | path

Searched refs:copts (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A D0002-Remove-maes-option-from-cross-compilation.patch7 absl/copts/GENERATED_AbseilCopts.cmake | 4 ----
8 absl/copts/GENERATED_copts.bzl | 4 ----
11 diff --git a/absl/copts/GENERATED_AbseilCopts.cmake b/absl/copts/GENERATED_AbseilCopts.cmake
13 --- a/absl/copts/GENERATED_AbseilCopts.cmake
14 +++ b/absl/copts/GENERATED_AbseilCopts.cmake
23 diff --git a/absl/copts/GENERATED_copts.bzl b/absl/copts/GENERATED_copts.bzl
25 --- a/absl/copts/GENERATED_copts.bzl
26 +++ b/absl/copts/GENERATED_copts.bzl
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Dgen_kselftest_tar.sh14 copts="cvzf"
19 copts="cvf"
23 copts="cvzf"
27 copts="cvjf"
31 copts="cvJf"
51 (cd "$install_work"; tar $copts "$dest"/kselftest${ext} $install_name)
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c206 struct ceph_options *copts; member
275 pctx->copts, fc->log.log); in ceph_parse_source()
293 ret = ceph_parse_param(param, pctx->copts, fc->log.log); in ceph_parse_mount_param()
1071 fsc = create_fs_client(pctx->opts, pctx->copts); in ceph_get_tree()
1073 pctx->copts = NULL; in ceph_get_tree()
1138 ceph_destroy_options(pctx->copts); in ceph_free_fc()
1177 pctx->copts = ceph_alloc_options(); in ceph_init_fs_context()
1178 if (!pctx->copts) in ceph_init_fs_context()
1211 ceph_destroy_options(pctx->copts); in ceph_init_fs_context()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c900 struct ceph_options *copts; member
6316 ret = ceph_parse_param(param, pctx->copts, NULL); in rbd_parse_param()
6555 pctx.copts = ceph_alloc_options(); in rbd_add_parse_args()
6556 if (!pctx.copts) in rbd_add_parse_args()
6573 ret = ceph_parse_mon_ips(mon_addrs, mon_addrs_size, pctx.copts, NULL); in rbd_add_parse_args()
6581 *ceph_opts = pctx.copts; in rbd_add_parse_args()
6591 ceph_destroy_options(pctx.copts); in rbd_add_parse_args()