Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_trans_resv.h28 struct xfs_trans_res tr_create; /* create trans */ member
Dxfs_trans_resv.c1148 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); in xfs_calc_namespace_reservations()
1149 resp->tr_create.tr_logcount = xfs_icreate_log_count(mp, resp); in xfs_calc_namespace_reservations()
1150 resp->tr_create.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
/linux-6.12.1/fs/xfs/
Dxfs_qm.c789 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create, in xfs_qm_qino_alloc()
Dxfs_inode.c675 tres = &M_RES(mp)->tr_create; in xfs_create()