Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dsuper.c220 struct ceph_mount_options *fsopt = private; in parse_fsopt_token()
412 static void destroy_mount_options(struct ceph_mount_options *args) in destroy_mount_options()
433 static int compare_mount_options(struct ceph_mount_options *new_fsopt, in compare_mount_options()
437 struct ceph_mount_options *fsopt1 = new_fsopt; in compare_mount_options()
438 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
439 int ofs = offsetof(struct ceph_mount_options, snapdir_name); in compare_mount_options()
462 static int parse_mount_options(struct ceph_mount_options **pfsopt, in parse_mount_options()
467 struct ceph_mount_options *fsopt; in parse_mount_options()
555 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
657 static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, in create_fs_client()
[all …]
Dsuper.h75 struct ceph_mount_options { struct
102 struct ceph_mount_options *mount_options; argument
691 struct ceph_mount_options *fsopt);
Dcaps.c153 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min()
492 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts()
Dmds_client.c1079 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg()
2033 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer()