Searched refs:tr_rename (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_trans_resv.h | 24 struct xfs_trans_res tr_rename; /* rename trans */ member
|
D | xfs_trans_resv.c | 1132 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp); in xfs_calc_namespace_reservations() 1133 resp->tr_rename.tr_logcount = xfs_rename_log_count(mp, resp); in xfs_calc_namespace_reservations() 1134 resp->tr_rename.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_inode.c | 2168 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, spaceres, 0, 0, &tp); in xfs_rename() 2172 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, 0, 0, 0, in xfs_rename()
|