Lines Matching refs:tres
957 struct xfs_trans_res tres; in xfs_dir_ialloc() local
971 tres.tr_logres = xfs_trans_get_log_res(tp); in xfs_dir_ialloc()
972 tres.tr_logcount = xfs_trans_get_log_count(tp); in xfs_dir_ialloc()
1015 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_dir_ialloc()
1016 code = xfs_trans_reserve(tp, &tres, 0, 0); in xfs_dir_ialloc()
1136 struct xfs_trans_res *tres; in xfs_create() local
1159 tres = &M_RES(mp)->tr_mkdir; in xfs_create()
1163 tres = &M_RES(mp)->tr_create; in xfs_create()
1175 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create()
1179 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create()
1184 error = xfs_trans_reserve(tp, tres, 0, 0); in xfs_create()
1325 struct xfs_trans_res *tres; in xfs_create_tmpfile() local
1346 tres = &M_RES(mp)->tr_create_tmpfile; in xfs_create_tmpfile()
1347 error = xfs_trans_reserve(tp, tres, resblks, 0); in xfs_create_tmpfile()
1351 error = xfs_trans_reserve(tp, tres, 0, 0); in xfs_create_tmpfile()