Searched refs:fullcount (Results 1 – 2 of 2) sorted by relevance
1067 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; in dict_load_end() local1073 while (fullcount >= nodecount && fullcount) in dict_load_end()1074 fullcount >>= 1; in dict_load_end()1076 botrowcount = nodecount - fullcount; in dict_load_end()
1854 s64 fullcount; local1907 fullcount = count;1957 fullcount = (pos | (na->compression_block_size - 1)) + 1 - pos;1958 if (count > fullcount)1959 count = fullcount;2211 if (ntfs_attr_fill_hole(na, fullcount, &ofs, &rl,2289 fullcount -= written;