Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_trans_resv.h26 struct xfs_trans_res tr_remove; /* unlink trans */ member
Dxfs_trans_resv.c1140 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); in xfs_calc_namespace_reservations()
1141 resp->tr_remove.tr_logcount = xfs_remove_log_count(mp, resp); in xfs_calc_namespace_reservations()
1142 resp->tr_remove.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
/linux-6.12.1/fs/xfs/scrub/
Ddirtree_repair.c403 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, sc->ip, in xrep_dirtree_unlink()
/linux-6.12.1/fs/xfs/
Dxfs_inode.c1921 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, ip, &resblks, in xfs_remove()