Home
last modified time | relevance | path

Searched refs:tr_addafork (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_trans_resv.h34 struct xfs_trans_res tr_addafork; /* add inode attr fork trans */ member
Dxfs_trans_resv.c893 resp->tr_addafork.tr_logres = xfs_calc_addafork_reservation(mp); in xfs_trans_resv_calc()
894 resp->tr_addafork.tr_logcount = XFS_ADDAFORK_LOG_COUNT; in xfs_trans_resv_calc()
895 resp->tr_addafork.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
Dxfs_bmap.c1074 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_addafork, blks, 0, in xfs_bmap_add_attrfork()