Searched refs:V2_DQBLKSIZE (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | quotaio_v2.h | 74 #define V2_DQBLKSIZE (1 << V2_DQBLKSIZE_BITS) /* Size of block with quota structures */ macro 77 #define V2_DQSTRINBLK ((V2_DQBLKSIZE - sizeof(struct v2_disk_dqdbheader)) / sizeof(struct v2_disk_d…
|
/linux-2.4.37.9/fs/ |
D | quota_v2.c | 135 dqbuf_t buf = kmalloc(V2_DQBLKSIZE, GFP_KERNEL); in getdqbuf() 152 memset(buf, 0, V2_DQBLKSIZE); in read_blk() 155 ret = filp->f_op->read(filp, (char *)buf, V2_DQBLKSIZE, &offset); in read_blk() 168 ret = filp->f_op->write(filp, (char *)buf, V2_DQBLKSIZE, &offset); in write_blk() 190 memset(buf, 0, V2_DQBLKSIZE); in get_free_dqblk() 314 memset(buf, 0, V2_DQBLKSIZE); in find_free_dqentry() 363 memset(buf, 0, V2_DQBLKSIZE); in do_insert_tree() 516 for (i = 0; i < V2_DQBLKSIZE && !buf[i]; i++); /* Block got empty? */ in remove_tree() 517 if (i == V2_DQBLKSIZE) { in remove_tree()
|