Searched refs:path_cmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 1213 static bool path_cmp(const char *path1, const char *path2, bool case_sensitive) in path_cmp() function 1228 return (path_cmp(cfn->relative_path, path, cfn->sbi->s_case_sensitive) && in dentry_file_match() 1482 if (!path_cmp(relative_path, kvalue, sbi->s_case_sensitive)) { in get_cloud_cache_file()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 1214 static bool path_cmp(const char *path1, const char *path2, bool case_sensitive) in path_cmp() function 1229 return (path_cmp(cfn->relative_path, path, cfn->sbi->s_case_sensitive) && in dentry_file_match() 1483 if (!path_cmp(relative_path, kvalue, sbi->s_case_sensitive)) { in get_cloud_cache_file()
|
Completed in 9 milliseconds