Searched refs:tr_ichange (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h32 struct xfs_trans_res tr_ichange; /* inode update trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c1007 resp->tr_ichange.tr_logres = xfs_calc_ichange_reservation(mp);
/linux-master/fs/xfs/
H A Dxfs_pnfs.c316 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
H A Dxfs_acl.c229 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
H A Dxfs_reflink.c1034 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
1093 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
H A Dxfs_trans.c1367 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);

Completed in 111 milliseconds