Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_trans_resv.c112 xfs_calc_inode_res( in xfs_calc_inode_res() function
238 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation()
265 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_itruncate_reservation()
290 max((xfs_calc_inode_res(mp, 4) + in xfs_calc_rename_reservation()
330 max((xfs_calc_inode_res(mp, 2) + in xfs_calc_link_reservation()
368 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_remove_reservation()
396 return xfs_calc_inode_res(mp, 2) + in xfs_calc_create_resv_modify()
484 xfs_calc_inode_res(mp, 1) + in xfs_calc_ifree_reservation()
501 xfs_calc_inode_res(mp, 1) + in xfs_calc_ichange_reservation()
538 xfs_calc_inode_res(mp, 1) + in xfs_calc_growrtalloc_reservation()
[all …]