Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c652 struct ceph_mount_options *fsopt1 = new_fsopt; in compare_mount_options() local
657 ret = memcmp(fsopt1, fsopt2, ofs); in compare_mount_options()
661 ret = strcmp_null(fsopt1->snapdir_name, fsopt2->snapdir_name); in compare_mount_options()
665 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options()
669 ret = strcmp_null(fsopt1->server_path, fsopt2->server_path); in compare_mount_options()
673 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
677 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()