Searched refs:tr_remove (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.h | 26 struct xfs_trans_res tr_remove; /* unlink trans */ member
|
H A D | xfs_trans_resv.c | 867 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); in xfs_trans_resv_calc() 868 resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT; in xfs_trans_resv_calc() 869 resp->tr_remove.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 | 26 struct xfs_trans_res tr_remove; /* unlink trans */ member
|
H A D | xfs_trans_resv.c | 939 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); in xfs_trans_resv_calc() 940 resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT; in xfs_trans_resv_calc() 941 resp->tr_remove.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 | 2850 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_remove, resblks, 0, 0, &tp); in xfs_remove() 2853 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_remove, 0, 0, 0, in xfs_remove()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode.c | 2530 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, ip, &resblks, in xfs_remove()
|
Completed in 11 milliseconds