Lines Matching refs:sb
121 int hfsplus_uni2asc(struct super_block *sb, in hfsplus_uni2asc() argument
126 struct nls_table *nls = HFSPLUS_SB(sb)->nls; in hfsplus_uni2asc()
137 compose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_uni2asc()
255 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() argument
258 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar()
298 int hfsplus_asc2uni(struct super_block *sb, in hfsplus_asc2uni() argument
306 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_asc2uni()
308 size = asc2unichar(sb, astr, len, &c); in hfsplus_asc2uni()
339 struct super_block *sb = dentry->d_sb; in hfsplus_hash_dentry() local
347 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry()
348 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry()
354 size = asc2unichar(sb, astr, len, &c); in hfsplus_hash_dentry()
391 struct super_block *sb = parent->d_sb; in hfsplus_compare_dentry() local
399 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry()
400 decompose = !test_bit(HFSPLUS_SB_NODECOMPOSE, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry()
410 size = asc2unichar(sb, astr1, len1, &c); in hfsplus_compare_dentry()
424 size = asc2unichar(sb, astr2, len2, &c); in hfsplus_compare_dentry()