Searched refs:copts (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/ |
| D | gen_kselftest_tar.sh | 14 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)
|
| /Linux-v6.1/fs/ceph/ |
| D | super.c | 214 struct ceph_options *copts; member 263 pctx->copts, fc->log.log, ','); in ceph_parse_old_source() 392 pctx->copts, fc->log.log, '/'); in ceph_parse_mon_addr() 404 ret = ceph_parse_param(param, pctx->copts, fc->log.log); in ceph_parse_mount_param() 1216 fsc = create_fs_client(pctx->opts, pctx->copts); in ceph_get_tree() 1218 pctx->copts = NULL; in ceph_get_tree() 1283 ceph_destroy_options(pctx->copts); in ceph_free_fc() 1329 pctx->copts = ceph_alloc_options(); in ceph_init_fs_context() 1330 if (!pctx->copts) in ceph_init_fs_context() 1363 ceph_destroy_options(pctx->copts); in ceph_init_fs_context()
|
| /Linux-v6.1/drivers/block/ |
| D | rbd.c | 848 struct ceph_options *copts; member 6239 ret = ceph_parse_param(param, pctx->copts, NULL); in rbd_parse_param() 6478 pctx.copts = ceph_alloc_options(); in rbd_add_parse_args() 6479 if (!pctx.copts) in rbd_add_parse_args() 6496 ret = ceph_parse_mon_ips(mon_addrs, mon_addrs_size, pctx.copts, NULL, in rbd_add_parse_args() 6505 *ceph_opts = pctx.copts; in rbd_add_parse_args() 6515 ceph_destroy_options(pctx.copts); in rbd_add_parse_args()
|