Searched refs:gfs2_write_calc_reserv (Results 1 – 3 of 3) sorted by relevance
/linux/fs/gfs2/ |
H A D | bmap.h | 20 * gfs2_write_calc_reserv - calculate number of blocks needed to write to a file 28 static inline void gfs2_write_calc_reserv(const struct gfs2_inode *ip, in gfs2_write_calc_reserv() function
|
H A D | file.c | 483 gfs2_write_calc_reserv(ip, length, &data_blocks, &ind_blocks); in gfs2_page_mkwrite() 1248 gfs2_write_calc_reserv(ip, max, data_blocks, ind_blocks); in calc_max_reserv() 1281 gfs2_write_calc_reserv(ip, PAGE_SIZE, &data_blocks, &ind_blocks); in __gfs2_fallocate() 1303 gfs2_write_calc_reserv(ip, bytes, &data_blocks, &ind_blocks); in __gfs2_fallocate()
|
H A D | bmap.c | 1033 gfs2_write_calc_reserv(ip, iomap->length, &data_blocks, in gfs2_iomap_begin_write()
|