Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
H A Dlibceph.h297 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
/linux-6.15/net/ceph/
H A Dceph_common.c418 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, in ceph_parse_param() function
602 EXPORT_SYMBOL(ceph_parse_param);
/linux-6.15/fs/ceph/
H A Dsuper.c423 ret = ceph_parse_param(param, pctx->copts, fc->log.log); in ceph_parse_mount_param()
/linux-6.15/drivers/block/
H A Drbd.c6258 ret = ceph_parse_param(param, pctx->copts, NULL); in rbd_parse_param()