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

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h34 struct xfs_trans_res tr_addafork; /* add inode attr fork trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c966 resp->tr_addafork.tr_logres = xfs_calc_addafork_reservation(mp);
967 resp->tr_addafork.tr_logcount = XFS_ADDAFORK_LOG_COUNT;
968 resp->tr_addafork.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
H A Dxfs_bmap.c1049 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_addafork, blks, 0,

Completed in 113 milliseconds