Searched refs:tr_ifree (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.h | 31 struct xfs_trans_res tr_ifree; /* inode free trans */ member
|
H A D | xfs_trans_resv.c | 888 resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp); in xfs_trans_resv_calc() 889 resp->tr_ifree.tr_logcount = XFS_INACTIVE_LOG_COUNT; in xfs_trans_resv_calc() 890 resp->tr_ifree.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.h | 31 struct xfs_trans_res tr_ifree; /* inode free trans */ member
|
H A D | xfs_trans_resv.c | 960 resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp); in xfs_trans_resv_calc() 961 resp->tr_ifree.tr_logcount = XFS_INACTIVE_LOG_COUNT; in xfs_trans_resv_calc() 962 resp->tr_ifree.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode.c | 1720 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, in xfs_inactive_ifree() 1724 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, 0, 0, 0, &tp); in xfs_inactive_ifree()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode.c | 1567 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, in xfs_inactive_ifree() 1571 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, 0, 0, 0, &tp); in xfs_inactive_ifree()
|
Completed in 11 milliseconds