Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_trans_resv.c481 xfs_calc_icreate_reservation(xfs_mount_t *mp) in xfs_calc_icreate_reservation() function
505 return xfs_calc_icreate_reservation(mp); in xfs_calc_mkdir_reservation()
518 return xfs_calc_icreate_reservation(mp) + in xfs_calc_symlink_reservation()
875 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); in xfs_trans_resv_calc()