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

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h28 struct xfs_trans_res tr_create; /* create trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c949 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp);
950 resp->tr_create.tr_logcount = XFS_CREATE_LOG_COUNT;
951 resp->tr_create.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/
H A Dxfs_qm.c789 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create,
H A Dxfs_inode.c1053 tres = &M_RES(mp)->tr_create;

Completed in 158 milliseconds