Searched refs:QT_BLKSIZE (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 26 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 …]
|
D | quotaio_tree.h | 15 #define QT_BLKSIZE (1 << QT_BLKSIZE_BITS) /* Size of block with quota macro
|
D | quotaio_v2.c | 197 (filesize + QT_BLKSIZE - 1) >> QT_BLKSIZE_BITS)) { in v2_init_io()
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 27 if (quota_get_memzero(QT_BLKSIZE, &buf)) { in getdqbuf() 48 return (QT_BLKSIZE - sizeof(struct qt_disk_dqdbheader)) / in qtree_dqstr_in_blk() 68 QT_BLKSIZE); in read_blk() 71 else if (err != QT_BLKSIZE) in read_blk() 72 memset(buf + err, 0, QT_BLKSIZE - err); in read_blk() 81 QT_BLKSIZE); in write_blk() 84 if (err != QT_BLKSIZE) in write_blk() 105 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 …]
|
D | quotaio_tree.h | 21 #define QT_BLKSIZE (1 << QT_BLKSIZE_BITS) /* Size of block with quota macro
|