Searched refs:gfs2_write_calc_reserv (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | bmap.h | 28 static inline void gfs2_write_calc_reserv(const struct gfs2_inode *ip, in gfs2_write_calc_reserv() function
|
H A D | file.c | 481 gfs2_write_calc_reserv(ip, length, &data_blocks, &ind_blocks); in gfs2_page_mkwrite() 1239 gfs2_write_calc_reserv(ip, max, data_blocks, ind_blocks); in calc_max_reserv() 1272 gfs2_write_calc_reserv(ip, PAGE_SIZE, &data_blocks, &ind_blocks); in __gfs2_fallocate() 1294 gfs2_write_calc_reserv(ip, bytes, &data_blocks, &ind_blocks); in __gfs2_fallocate()
|
H A D | quota.c | 902 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in do_sync() 1734 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in gfs2_set_dqblk()
|
H A D | bmap.c | 1024 gfs2_write_calc_reserv(ip, iomap->length, &data_blocks, in gfs2_iomap_begin_write()
|