Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsuper.c230 struct ceph_mount_options *fsopt = private; in parse_fsopt_token()
400 static void destroy_mount_options(struct ceph_mount_options *args) in destroy_mount_options()
421 static int compare_mount_options(struct ceph_mount_options *new_fsopt, in compare_mount_options()
425 struct ceph_mount_options *fsopt1 = new_fsopt; in compare_mount_options()
426 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
427 int ofs = offsetof(struct ceph_mount_options, snapdir_name); in compare_mount_options()
453 static int parse_mount_options(struct ceph_mount_options **pfsopt, in parse_mount_options()
458 struct ceph_mount_options *fsopt; in parse_mount_options()
550 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
643 static struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, in create_fs_client()
[all …]
Dsuper.h70 struct ceph_mount_options { struct
96 struct ceph_mount_options *mount_options; argument
Dmds_client.c938 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg()
1782 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer()
Dcaps.c503 struct ceph_mount_options *ma = mdsc->fsc->mount_options; in __cap_set_timeouts()