Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Dsuper.c160 struct ceph_mount_options *fsopt = private; in parse_fsopt_token()
239 static void destroy_mount_options(struct ceph_mount_options *args) in destroy_mount_options()
257 static int compare_mount_options(struct ceph_mount_options *new_fsopt, in compare_mount_options()
261 struct ceph_mount_options *fsopt1 = new_fsopt; in compare_mount_options()
262 struct ceph_mount_options *fsopt2 = fsc->mount_options; in compare_mount_options()
263 int ofs = offsetof(struct ceph_mount_options, snapdir_name); in compare_mount_options()
277 static int parse_mount_options(struct ceph_mount_options **pfsopt, in parse_mount_options()
283 struct ceph_mount_options *fsopt; in parse_mount_options()
344 struct ceph_mount_options *fsopt = fsc->mount_options; in ceph_show_options()
422 struct ceph_fs_client *create_fs_client(struct ceph_mount_options *fsopt, in create_fs_client()
[all …]
Dsuper.h44 struct ceph_mount_options { struct
67 struct ceph_mount_options *mount_options; argument
Dcaps.c403 struct ceph_mount_options *ma = mdsc->fsc->mount_options; in __cap_set_timeouts()