Searched refs:dqbuf_t (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/ |
D | quota_v2.c | 23 typedef char *dqbuf_t; typedef 133 static dqbuf_t getdqbuf(void) in getdqbuf() 135 dqbuf_t buf = kmalloc(V2_DQBLKSIZE, GFP_KERNEL); in getdqbuf() 141 static inline void freedqbuf(dqbuf_t buf) in freedqbuf() 146 static ssize_t read_blk(struct file *filp, uint blk, dqbuf_t buf) in read_blk() 160 static ssize_t write_blk(struct file *filp, uint blk, dqbuf_t buf) in write_blk() 177 dqbuf_t buf = getdqbuf(); in get_free_dqblk() 203 static int put_free_dqblk(struct file *filp, struct mem_dqinfo *info, dqbuf_t buf, uint blk) in put_free_dqblk() 219 static int remove_free_dqentry(struct file *filp, struct mem_dqinfo *info, dqbuf_t buf, uint blk) in remove_free_dqentry() 221 dqbuf_t tmpbuf = getdqbuf(); in remove_free_dqentry() [all …]
|