Home
last modified time | relevance | path

Searched refs:fullcount (Results 1 – 2 of 2) sorted by relevance

/third_party/f2fs-tools/fsck/
Ddict.c1067 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; in dict_load_end() local
1073 while (fullcount >= nodecount && fullcount) in dict_load_end()
1074 fullcount >>= 1; in dict_load_end()
1076 botrowcount = nodecount - fullcount; in dict_load_end()
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c1854 s64 fullcount; local
1907 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;