Searched refs:isofs_dentry_cmp_common (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/isofs/ |
D | inode.c | 234 static int isofs_dentry_cmp_common( in isofs_dentry_cmp_common() function 280 return isofs_dentry_cmp_common(len, str, name, 0, 0); in isofs_dentry_cmp() 288 return isofs_dentry_cmp_common(len, str, name, 0, 1); in isofs_dentry_cmpi() 311 return isofs_dentry_cmp_common(len, str, name, 1, 0); in isofs_dentry_cmp_ms() 319 return isofs_dentry_cmp_common(len, str, name, 1, 1); in isofs_dentry_cmpi_ms()
|