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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c1766 s64 fullcount; local
1829 fullcount = count;
1872 fullcount = (pos | (na->compression_block_size - 1)) + 1 - pos;
1873 if (count > fullcount)
1874 count = fullcount;
2116 if (ntfs_attr_fill_hole(na, fullcount, &ofs, &rl,
2194 fullcount -= written;

Completed in 50 milliseconds