Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_trans_resv.h28 struct xfs_trans_res tr_create; /* create trans */ member
H A Dxfs_trans_resv.c1175 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); in xfs_calc_namespace_reservations()
1176 resp->tr_create.tr_logcount = xfs_icreate_log_count(mp, resp); in xfs_calc_namespace_reservations()
1177 resp->tr_create.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
H A Dxfs_metadir.c208 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create, in xfs_metadir_start_create()
/linux-6.15/fs/xfs/
H A Dxfs_qm.c1019 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create, in xfs_qm_qino_alloc()
H A Dxfs_inode.c687 tres = &M_RES(mp)->tr_create; in xfs_create()