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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_index.c2137 if (idx_ni->last_set_bit >= 0 && bmp_pos > idx_ni->last_set_bit)
2138 idx_ni->last_set_bit = bmp_pos;
2938 idx_ni->last_set_bit = 0;
4870 if (target_pos < idx_ni->last_set_bit) {
4881 * bit. If we do not know the old last set bit (@idx_ni->last_set_bit
4889 if (idx_ni->last_set_bit >= 0)
4890 bmp_pos = idx_ni->last_set_bit >> 3;
4906 idx_ni->last_set_bit = -1;
4943 idx_ni->last_set_bit
[all...]
H A Dntfs_inode.h217 s64 last_set_bit; /* The last bit that is set in member in struct:_ntfs_inode::__anon11320::__anon11321
H A Dntfs_inode.c170 ni->last_set_bit = -1;

Completed in 128 milliseconds