OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QT_BLKSIZE
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/support/
quotaio_tree.h
15
#define
QT_BLKSIZE
(1 << QT_BLKSIZE_BITS) /* Size of block with quota
quotaio_tree.c
26
if (ext2fs_get_memzero(
QT_BLKSIZE
, &buf)) {
47
return (
QT_BLKSIZE
- sizeof(struct qt_disk_dqdbheader)) /
67
QT_BLKSIZE
);
70
else if (err !=
QT_BLKSIZE
)
71
memset(buf + err, 0,
QT_BLKSIZE
- err);
80
QT_BLKSIZE
);
83
if (err !=
QT_BLKSIZE
)
104
memset(buf, 0,
QT_BLKSIZE
);
221
memset(buf, 0,
QT_BLKSIZE
);
271
memset(buf, 0,
QT_BLKSIZE
);
[
all
...]
Completed in 940 milliseconds