OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NTFS_COMPBLOCK_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/ntfs/
ntfs_compr.h
34
#define
NTFS_COMPBLOCK_SIZE
0x1000
ntfs_compr.c
61
if ((len + 1) !=
NTFS_COMPBLOCK_SIZE
) {
66
memset(dbuf + len + 1, 0,
NTFS_COMPBLOCK_SIZE
- 1 - len);
71
while ((cpos < len + 3) && (pos <
NTFS_COMPBLOCK_SIZE
)) {
73
for (i = 0; (i < 8) && (pos <
NTFS_COMPBLOCK_SIZE
); i++) {
82
for (j = 0; (j < blen) && (pos <
NTFS_COMPBLOCK_SIZE
); j++) {
103
for (i = 0; i *
NTFS_COMPBLOCK_SIZE
< ntfs_cntob(NTFS_COMPUNIT_CL); i++) {
104
new = ntfs_uncompblock(uup + i *
NTFS_COMPBLOCK_SIZE
, cup + off);
Completed in 11 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025