Searched refs:copts (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A 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)
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A 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)
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 221 struct ceph_options *copts; member 270 pctx->copts, fc->log.log, ','); in ceph_parse_old_source() 399 pctx->copts, fc->log.log, '/'); in ceph_parse_mon_addr() 411 ret = ceph_parse_param(param, pctx->copts, fc->log.log); in ceph_parse_mount_param() 1302 fsc = create_fs_client(pctx->opts, pctx->copts); in ceph_get_tree() 1304 pctx->copts = NULL; in ceph_get_tree() 1369 ceph_destroy_options(pctx->copts); in ceph_free_fc() 1426 pctx->copts = ceph_alloc_options(); in ceph_init_fs_context() 1427 if (!pctx->copts) in ceph_init_fs_context() 1460 ceph_destroy_options(pctx->copts); in ceph_init_fs_context() [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 206 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()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 899 struct ceph_options *copts; member 6338 ret = ceph_parse_param(param, pctx->copts, NULL); in rbd_parse_param() 6577 pctx.copts = ceph_alloc_options(); in rbd_add_parse_args() 6578 if (!pctx.copts) in rbd_add_parse_args() 6595 ret = ceph_parse_mon_ips(mon_addrs, mon_addrs_size, pctx.copts, NULL); in rbd_add_parse_args() 6603 *ceph_opts = pctx.copts; in rbd_add_parse_args() 6613 ceph_destroy_options(pctx.copts); in rbd_add_parse_args()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 847 struct ceph_options *copts; member 6265 ret = ceph_parse_param(param, pctx->copts, NULL); in rbd_parse_param() 6504 pctx.copts = ceph_alloc_options(); in rbd_add_parse_args() 6505 if (!pctx.copts) in rbd_add_parse_args() 6522 ret = ceph_parse_mon_ips(mon_addrs, mon_addrs_size, pctx.copts, NULL, in rbd_add_parse_args() 6531 *ceph_opts = pctx.copts; in rbd_add_parse_args() 6541 ceph_destroy_options(pctx.copts); in rbd_add_parse_args()
|
Completed in 25 milliseconds