Lines Matching refs:ceph_mount_options
220 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()
1031 struct ceph_mount_options *fsopt = new->mount_options; in ceph_compare_super()
1084 struct ceph_mount_options *fsopt = NULL; in ceph_mount()