Searched refs:strcmp_null (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 633 static int strcmp_null(const char *s1, const char *s2) in strcmp_null() function 657 ret = strcmp_null(fsopt1->snapdir_name, fsopt2->snapdir_name); in compare_mount_options() 661 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options() 665 ret = strcmp_null(fsopt1->server_path, fsopt2->server_path); in compare_mount_options() 669 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options() 673 ret = strcmp_null(fsopt1->mon_addr, fsopt2->mon_addr); in compare_mount_options() 1396 if (strcmp_null(fsc->mount_options->mon_addr, fsopt->mon_addr)) { in ceph_reconfigure_fc()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 480 static int strcmp_null(const char *s1, const char *s2) in strcmp_null() function 504 ret = strcmp_null(fsopt1->snapdir_name, fsopt2->snapdir_name); in compare_mount_options() 508 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options() 512 ret = strcmp_null(fsopt1->server_path, fsopt2->server_path); in compare_mount_options() 516 ret = strcmp_null(fsopt1->fscache_uniq, fsopt2->fscache_uniq); in compare_mount_options()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | ceph_common.c | 120 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()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | ceph_common.c | 120 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