Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ceph/
A Dsuper.c602 static int strcmp_null(const char *s1, const char *s2) in strcmp_null() function
626 ret = strcmp_null(fsopt1->snapdir_name, fsopt2->snapdir_name); in compare_mount_options()
630 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options()
634 ret = strcmp_null(fsopt1->server_path, fsopt2->server_path); in compare_mount_options()
638 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
642 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options()
1299 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
/linux-6.3-rc2/net/ceph/
A Dceph_common.c120 static int strcmp_null(const char *s1, const char *s2) in strcmp_null() function
151 ret = strcmp_null(opt1->name, opt2->name); in ceph_compare_options()

Completed in 7 milliseconds