Searched refs:gfs2_write_calc_reserv (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 506 gfs2_write_calc_reserv(ip, length, &data_blocks, &ind_blocks); in gfs2_page_mkwrite() 1052 gfs2_write_calc_reserv(ip, max, data_blocks, ind_blocks); in calc_max_reserv() 1085 gfs2_write_calc_reserv(ip, PAGE_SIZE, &data_blocks, &ind_blocks); in __gfs2_fallocate() 1107 gfs2_write_calc_reserv(ip, bytes, &data_blocks, &ind_blocks); in __gfs2_fallocate()
|
| H A D | quota.c | 898 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in do_sync() 1736 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in gfs2_set_dqblk()
|
| H A D | bmap.c | 1082 gfs2_write_calc_reserv(ip, iomap->length, &data_blocks, in gfs2_iomap_begin_write()
|