Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dquotaio_tree.c25 if (ext2fs_get_memzero(QT_BLKSIZE, &buf)) { in getdqbuf()
46 return (QT_BLKSIZE - sizeof(struct qt_disk_dqdbheader)) / in qtree_dqstr_in_blk()
66 QT_BLKSIZE); in read_blk()
69 else if (err != QT_BLKSIZE) in read_blk()
70 memset(buf + err, 0, QT_BLKSIZE - err); in read_blk()
79 QT_BLKSIZE); in write_blk()
82 if (err != QT_BLKSIZE) in write_blk()
103 memset(buf, 0, QT_BLKSIZE); in get_free_dqblk()
217 memset(buf, 0, QT_BLKSIZE); in find_free_dqentry()
267 memset(buf, 0, QT_BLKSIZE); in do_insert_tree()
[all …]
Dquotaio_tree.h15 #define QT_BLKSIZE (1 << QT_BLKSIZE_BITS) /* Size of block with quota macro