Lines Matching refs:xfs_calc_inode_res
125 xfs_calc_inode_res( in xfs_calc_inode_res() function
304 t1 = xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation()
310 t2 = xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation()
384 t1 = xfs_calc_inode_res(mp, 1) + in xfs_calc_itruncate_reservation()
473 t1 = xfs_calc_inode_res(mp, 5) + in xfs_calc_rename_reservation()
585 t1 = xfs_calc_inode_res(mp, 2) + in xfs_calc_link_reservation()
650 t1 = xfs_calc_inode_res(mp, 2) + in xfs_calc_remove_reservation()
684 return xfs_calc_inode_res(mp, 2) + in xfs_calc_create_resv_modify()
833 xfs_calc_inode_res(mp, 1) + in xfs_calc_ifree_reservation()
850 xfs_calc_inode_res(mp, 1) + in xfs_calc_ichange_reservation()
887 xfs_calc_inode_res(mp, 1) + in xfs_calc_growrtalloc_reservation()
919 xfs_calc_inode_res(mp, 2) + in xfs_calc_growrtfree_reservation()
932 return xfs_calc_inode_res(mp, 1); in xfs_calc_swrite_reservation()
943 return xfs_calc_inode_res(mp, 1); in xfs_calc_writeid_reservation()
959 xfs_calc_inode_res(mp, 1) + in xfs_calc_addafork_reservation()
983 return max((xfs_calc_inode_res(mp, 1) + in xfs_calc_attrinval_reservation()
1007 xfs_calc_inode_res(mp, 1) + in xfs_calc_attrsetm_reservation()
1047 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_attrrm_reservation()