Searched refs:xfs_calc_inode_res (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 112 xfs_calc_inode_res( in xfs_calc_inode_res() function 266 t1 = xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation() 272 t2 = xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation() 314 t1 = xfs_calc_inode_res(mp, 1) + in xfs_calc_itruncate_reservation() 348 max((xfs_calc_inode_res(mp, 4) + in xfs_calc_rename_reservation() 388 max((xfs_calc_inode_res(mp, 2) + in xfs_calc_link_reservation() 426 max((xfs_calc_inode_res(mp, 1) + in xfs_calc_remove_reservation() 454 return xfs_calc_inode_res(mp, 2) + in xfs_calc_create_resv_modify() 542 xfs_calc_inode_res(mp, 1) + in xfs_calc_ifree_reservation() 559 xfs_calc_inode_res(m in xfs_calc_ichange_reservation() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 122 xfs_calc_inode_res( in xfs_calc_inode_res() function 300 t1 = xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation() 306 t2 = xfs_calc_inode_res(mp, 1) + in xfs_calc_write_reservation() 380 t1 = xfs_calc_inode_res(mp, 1) + in xfs_calc_itruncate_reservation() 440 max((xfs_calc_inode_res(mp, 5) + in xfs_calc_rename_reservation() 480 max((xfs_calc_inode_res(mp, 2) + in xfs_calc_link_reservation() 518 max((xfs_calc_inode_res(mp, 2) + in xfs_calc_remove_reservation() 546 return xfs_calc_inode_res(mp, 2) + in xfs_calc_create_resv_modify() 634 xfs_calc_inode_res(mp, 1) + in xfs_calc_ifree_reservation() 651 xfs_calc_inode_res(m in xfs_calc_ichange_reservation() [all...] |
Completed in 3 milliseconds