Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.c852 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); in xfs_trans_resv_calc()
853 resp->tr_create.tr_logcount = XFS_CREATE_LOG_COUNT; in xfs_trans_resv_calc()
854 resp->tr_create.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
Dxfs_trans_resv.h28 struct xfs_trans_res tr_create; /* create trans */ member
/fs/xfs/
Dxfs_qm.c779 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create, in xfs_qm_qino_alloc()
Dxfs_inode.c1009 tres = &M_RES(mp)->tr_create; in xfs_create()