Lines Matching refs:ic

832  * @ic:		IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
871 * If @ic is IGNORE_CASE, the @name comparison is not case sensitive and
874 * the upcase table. If @ic is CASE_SENSITIVE, the comparison is case
898 const u32 name_len, const IGNORE_CASE_BOOL ic,
947 a->name_length, ic, upcase, upcase_len)) {
1021 * @ic: IGNORE_CASE or CASE_SENSITIVE (ignored if @name not present)
1083 const u32 name_len, const IGNORE_CASE_BOOL ic,
1098 return mkntfs_attr_find(type, name, name_len, ic, val, val_len,
1115 const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags,
1143 if (ic == IGNORE_CASE) {
1148 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, NULL, 0, ctx)) {
1298 const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags,
1326 if (ic == IGNORE_CASE) {
1331 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, NULL, 0, ctx)) {
1486 const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags,
1512 if (ic == IGNORE_CASE) {
1517 if (!mkntfs_attr_lookup(type, uname, uname_len, ic, 0, val, val_len,
1769 const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags,
1789 name_len, ic, flags, val, val_len);
1792 name_len, ic, flags, 0, val, val_len);
1809 const u32 name_len, const IGNORE_CASE_BOOL ic,
1816 ic, flags, rl, val, val_len);
1886 const u32 name_len, const IGNORE_CASE_BOOL ic,
1954 name_len, ic, 0, 0, (u8*)r, val_len);
1967 const u32 name_len, const IGNORE_CASE_BOOL ic,
1973 name, name_len, ic, 0, index_alloc_val,
1986 const IGNORE_CASE_BOOL ic, const u8 *bitmap,
1995 name_len, ic, 0, bitmap, bitmap_len);
1998 name_len, ic, 0, 0, bitmap, bitmap_len);
2015 const u32 name_len, const IGNORE_CASE_BOOL ic,
2021 ic, 0, rl, bitmap, bitmap_len);
2039 u32 name_len, const IGNORE_CASE_BOOL ic,
2064 if (ic == IGNORE_CASE) {
2070 err = mkntfs_attr_lookup(AT_INDEX_ROOT, uname, uname_len, ic, 0, NULL, 0,
2090 err = add_attr_bitmap(m, name, name_len, ic, bmp, sizeof(bmp));
2167 err = add_attr_index_alloc(m, name, name_len, ic, (u8*)ia_val,