Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c230 struct ceph_mount_options *opts;
258 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_old_source()
279 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_new_source()
342 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_source()
394 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_mon_addr()
408 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_mount_param()
622 static void destroy_mount_options(struct ceph_mount_options *args) in destroy_mount_options()
648 static int compare_mount_options(struct ceph_mount_options *new_fsopt, in compare_mount_options()
652 struct ceph_mount_options *fsopt1 = new_fsopt; in compare_mount_options()
653 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
[all …]
H A Dsuper.h80 struct ceph_mount_options { struct
125 static inline bool namespace_equals(struct ceph_mount_options *fsopt, in namespace_equals()
151 struct ceph_mount_options *mount_options;
852 struct ceph_mount_options *fsopt);
H A Dcaps.c157 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min()
502 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in __cap_set_timeouts()
1013 struct ceph_mount_options *opt = in __ceph_caps_file_wanted()
4616 struct ceph_mount_options *opt = mdsc->fsc->mount_options; in ceph_check_delayed_caps()
H A Dmds_client.c1592 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_full_msg()
2578 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer()
H A Dfile.c223 struct ceph_mount_options *opt = in ceph_init_file_info()