Lines Matching refs:QT_BLKSIZE
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()
431 for (i = 0; i < QT_BLKSIZE && !buf[i]; i++); in remove_tree()
434 if (i == QT_BLKSIZE && *blk != QT_TREEOFF) { in remove_tree()
621 for (i = 0; i < QT_BLKSIZE >> 2; i++) { in report_tree()
640 return (i < QT_BLKSIZE >> 2) ? -1 : 0; in report_tree()