Searched refs:tr_attrinval (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h36 struct xfs_trans_res tr_attrinval; /* attr fork buffer member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c970 resp->tr_attrinval.tr_logres = xfs_calc_attrinval_reservation(mp);
971 resp->tr_attrinval.tr_logcount = XFS_ATTRINVAL_LOG_COUNT;
972 resp->tr_attrinval.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/
H A Dxfs_attr_inactive.c348 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_attrinval, 0, 0, 0, &trans);

Completed in 101 milliseconds