Searched refs:QT_BLKSIZE (Results 1 – 3 of 3) sorted by relevance
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 …]
21 #define QT_BLKSIZE (1 << QT_BLKSIZE_BITS) /* Size of block with quota macro
211 (filesize + QT_BLKSIZE - 1) >> QT_BLKSIZE_BITS)) { in v2_init_io()