Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_trans_resv.c114 xfs_calc_inode_res( in xfs_calc_inode_res() function
239 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation()
266 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_itruncate_reservation()
291 max((xfs_calc_inode_res(mp, 4) + in xfs_calc_rename_reservation()
331 max((xfs_calc_inode_res(mp, 2) + in xfs_calc_link_reservation()
369 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_remove_reservation()
397 return xfs_calc_inode_res(mp, 2) + in xfs_calc_create_resv_modify()
485 xfs_calc_inode_res(mp, 1) + in xfs_calc_ifree_reservation()
502 xfs_calc_inode_res(mp, 1) + in xfs_calc_ichange_reservation()
539 xfs_calc_inode_res(mp, 1) + in xfs_calc_growrtalloc_reservation()
[all …]