Home
last modified time | relevance | path

Searched refs:gfs2_write_calc_reserv (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/gfs2/
Dbmap.h29 static inline void gfs2_write_calc_reserv(const struct gfs2_inode *ip, in gfs2_write_calc_reserv() function
Dfile.c431 gfs2_write_calc_reserv(ip, PAGE_CACHE_SIZE, &data_blocks, &ind_blocks); in gfs2_page_mkwrite()
796 gfs2_write_calc_reserv(ip, max, data_blocks, ind_blocks); in calc_max_reserv()
829 gfs2_write_calc_reserv(ip, PAGE_SIZE, &data_blocks, &ind_blocks); in __gfs2_fallocate()
851 gfs2_write_calc_reserv(ip, bytes, &data_blocks, &ind_blocks); in __gfs2_fallocate()
Dquota.c850 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in do_sync()
1677 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in gfs2_set_dqblk()
Daops.c674 gfs2_write_calc_reserv(ip, len, &data_blocks, &ind_blocks); in gfs2_write_begin()