Searched refs:dqbuf_t (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 19 typedef char *dqbuf_t; typedef 23 static inline dqbuf_t getdqbuf(void) in getdqbuf() 25 dqbuf_t buf; in getdqbuf() 62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 91 dqbuf_t buf = getdqbuf(); in get_free_dqblk() 120 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf, in put_free_dqblk() 135 static void remove_free_dqentry(struct quota_handle *h, dqbuf_t buf, in remove_free_dqentry() 138 dqbuf_t tmpbuf = getdqbuf(); in remove_free_dqentry() 169 static void insert_free_dqentry(struct quota_handle *h, dqbuf_t buf, in insert_free_dqentry() [all …]
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 20 typedef char *dqbuf_t; typedef 24 static inline dqbuf_t getdqbuf(void) in getdqbuf() 26 dqbuf_t buf; in getdqbuf() 63 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 76 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 92 dqbuf_t buf = getdqbuf(); in get_free_dqblk() 121 static void put_free_dqblk(struct quota_handle *h, dqbuf_t buf, in put_free_dqblk() 136 static void remove_free_dqentry(struct quota_handle *h, dqbuf_t buf, in remove_free_dqentry() 139 dqbuf_t tmpbuf = getdqbuf(); in remove_free_dqentry() 169 static void insert_free_dqentry(struct quota_handle *h, dqbuf_t buf, in insert_free_dqentry() [all …]
|