Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c573 xfs_calc_icreate_reservation(xfs_mount_t *mp) in xfs_calc_icreate_reservation() function
597 return xfs_calc_icreate_reservation(mp); in xfs_calc_mkdir_reservation()
610 return xfs_calc_icreate_reservation(mp) + in xfs_calc_symlink_reservation()
947 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); in xfs_trans_resv_calc()