Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio_tree.c26 if (ext2fs_get_memzero(QT_BLKSIZE, &buf)) { in getdqbuf()
47 return (QT_BLKSIZE - sizeof(struct qt_disk_dqdbheader)) / in qtree_dqstr_in_blk()
67 QT_BLKSIZE); in read_blk()
70 else if (err != QT_BLKSIZE) in read_blk()
71 memset(buf + err, 0, QT_BLKSIZE - err); in read_blk()
80 QT_BLKSIZE); in write_blk()
83 if (err != QT_BLKSIZE) in write_blk()
104 memset(buf, 0, QT_BLKSIZE); in get_free_dqblk()
221 memset(buf, 0, QT_BLKSIZE); in find_free_dqentry()
271 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